• Resolved alyxmaz

    (@alyxmaz)


    I would like to remove the white space that occurs between my header image and menu when viewed on a desktop. When viewed on a tablet or mobile this space collapses down and the menu is directly under the header image. I would like it to be the same when viewed on a desktop. It’s not a problem on the homepage, only on other posts and pages.

    I am a novice at CSS and don’t really know where to start. I would appreciate it if you could point me in the right direction.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello alyxmaz,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .custom-header {
      margin-bottom: 0 !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter alyxmaz

    (@alyxmaz)

    Yes! That is exactly what I needed. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing White Space Between Header and Menu when viewing on desktop’ is closed to new replies.