Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13487

    Greetings,

    I am trying to reduce the padding/space around the search form in the sidebar header. I am trying to tuck it in close under my logins like my social icons.

    The page is here:

    http://www.xylemclothing.com

    #13489

    Also trying to get rid of this same space in footer area…I added two footer widgets..one with a grey bar where I’ll be adding a newsletter signup and one with footer links. There is a big gap between them I don’t want.

    http://www.xylemclothing.com

    #13513
    Sakin
    Keymaster

    @xylemclothing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the margin bottom between the footer widgets.
    #footer-sidebar .widget { margin-bottom: 0; }

    For header section. I see that you have add all that in Table. So, I cannot change much from the css code. Can you try adding vertical align to top and check it. Try adding int he following CSS.
    #header-right td { vertical-align: top; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Space around serach form in Sidebar header’ is closed to new replies.