• Resolved retrovolve

    (@retrovolve)


    How can I remove the gap above the header? I’ve been poking around the CSS and haven’t successfully figured out how to get rid of the white space at the top of the page.

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

Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Donovan.

    It seems you have already found the CSS code for that.

    For all other users, you can use this CSS snippet to hide the header area:

    .header-main {
        display: none;
    }

    Cheers,
    Thomas

Viewing 1 replies (of 1 total)

The topic ‘Remove Gap Above Header’ is closed to new replies.