• Resolved Tanvir Hasan

    (@tanvirhasan93)


    Hi,
    I am using hueman theme version 2.2 and this version support widget area in the header section. But there is like 30px additional white space at the top and bottom of that widget area in the header section. Maybe this is because of padding or margin. But I want to remove that additional 30px white space from the top and bottom of the widget area and the logo before the header menu. Is there any way to do that?

    Here is my website link: http://webuilddesign.com

    Thanks

Viewing 1 replies (of 1 total)
  • Add the following to your style.css and change the 30px to whatever you like:

    #header .pad {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    }

    Best way to do this is with a child theme, so it doesn’t break when you update your them. OR…you can install a plugin like Simple Custom CSS and put it in there.

Viewing 1 replies (of 1 total)

The topic ‘Reducing Header White Space’ is closed to new replies.