Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59795
    Anne
    Participant

    Hi,
    I’m new to all this, but trying to get up to speed and learning a lot quickly. I recently purchased the Catch Evolution Pro theme and am stuck with a couple things. Can someone please help with the following:

    1.) How do I center the social media (Facebook, twitter, youtube, etc) icon widgets in my right hand side bar of my home page? Any way to remove the extra padding on the right side of these icons? Basically, I’d like to reduce the width of the right side bar widgets to not have so much extra white space (padding), but not sure if this is an option in this theme.

    2.) Is there a way to remove/reduce the padding around all sides of the footer widgets? Specifically, I’d like to reduce the padding around the picture I’ve inserted in the center footer widget box, so that there is minimum space around that picture, so that it will blend more smoothly with the posts above it.

    Thank you for any assistance,
    Anne

    http://www.lifewithwiggles.com

    #59810
    Sakin
    Keymaster

    @Anne:
    1. You can center your social icon in your sidebar by adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    .widget .social-profile { text-align: center; }
    .social-profile ul li { display: inline-block; float: none; }

    Sorry, I don’t understand what you mean. To reduce the padding in your sidebar widget, you can change the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #secondary .widget { padding: 30px; }

    2. For that, you can adjust padding and margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #supplementary .widget { padding: 30px; }
    .widget_image img { margin-bottom: 30px; }
    #59827
    Anne
    Participant

    @Sakin,
    Thank you! That all helped immensely and worked perfectly for my site.

    One of the main reasons I choose to purchase the Catch Themes is your outstanding support. Your theme is really great and you certainly helped me out very quickly with these couple things that I had been struggling with for days.

    Thanks again so much!

    #59964
    Sakin
    Keymaster

    @Anne: Thanks a lot for your appreciation.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget Centering and Footer Padding’ is closed to new replies.