Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #51683

    hi there

    really happy with this theme however, i have alot of padding top and bottom of social icons is there a way to reduce this please?

    my site is http://www.thegastronomiccamper.com

    thanks

    shaun

    #51690
    Sakin
    Keymaster

    @shaun.smudger.smith: You can adjust the padding and margin as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #header-right { padding-top: 50px; }
    #header-right .widget.widget_catcheverest_social_widget {
        margin-bottom: 10px;
    }
    #51700

    worked a treat. legend!

    #51701

    also, is there a way to move the social icons somewhere else in everest free? possibly move menu headings left a bit and have them slot in on the right. im not a fan of the white padding between menu bar and header image.

    thanks again

    #51735
    Sakin
    Keymaster

    @shaun.smudger.smith: Moving in the menu is not possible. But looking at your site, I have suggestion. You have large logo image. So, I suggest to add social above the image at bottom right. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #hgroup-wrap {
        position: relative;
    }
    #header-right {
        bottom: 5px;
        position: absolute;
        right: 10px;
    }
    #51736
    Sakin
    Keymaster

    @@shaun.smudger.smith: If you like Catch Everest Theme then please support it by providing your good review and rating at https://wordpress.org/support/view/theme-reviews/catch-everest/

    #51775

    Sakin, thats fantastic! i owe you a beer and a good review

    thank you

    #51782
    Sakin
    Keymaster

    @shaun.smudger.smith: Thanks 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘remove padding between social icons’ is closed to new replies.