• Resolved Esther

    (@culturele_agenda)


    The white bar between the menu and the pink part of the pages of my website is to high. How can I change the hight of this white area?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    It seems to work with this although !important is not the best method.

     .entry-header {
    	padding:0!important; /* or */
            padding-top:0!important;
            padding-bottom:0!important;
    }

    Of course instead of using 0 you can use a value (..px) of your liking.

    Thread Starter Esther

    (@culturele_agenda)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Less white in header’ is closed to new replies.