• Resolved kbinder

    (@kbinder)


    Help! I have very little experience with WordPress, I’ve just been feeling my way through this. A few days ago a huge white area appeared below the header image on all my pages. I found it’s the preheader element but I don’t know why it did this or how to get rid of it. Any suggestions gratefully accepted.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kbinder,

    We can remove the white space with the help of custom css. You need to apply below given css under Appearance -> Customize -> Additional Css

    div#pre-header {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter kbinder

    (@kbinder)

    Thank you so much, Manoj, that worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘giant mystery white space has appeared’ is closed to new replies.