• Resolved zero479

    (@zero479)


    Hello,
    There is this white space like a thin bar between the Top Bar and the Menu. how do I remove it? I have looked for an option relating to it everywhere in Appearance > Customize but I cannot find it.
    Thanks for any help.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Please go to Appearance > Customize > Header > General, from here try to remove the top padding value and check.

    Or you can also add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    div#top-bar-wrap {
        margin-bottom: 0;
    }
    #site-header-inner {
        padding: 0;
    }
    Thread Starter zero479

    (@zero479)

    Tried both…
    Went through all the settings in Appearance > Customize > Header > General. The white line didn’t get affected through any of the settings.
    I pasted the code in Custom CSS and it’s still there but the line still isn’t going away. I believe it’s some sort of margin and not padding but I don’t know for sure.
    Do you have any other solution?

    Thread Starter zero479

    (@zero479)

    Hi,
    I made an entirely different header through Elementor so now the issue is not occurring anymore. So I will mark this as resolved now thank you.

    Glad to hear that issue has been resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the white space between Top Bar and Menu?’ is closed to new replies.