Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1030617

    hi,
    for some reason, i have a small space above main menu.
    any reason why?
    thanks

    #1030676

    Hey tal1234,

    The top gap is created by the sticky pop-up is it a plugin you are using?

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .responsive #top #header {
    	top: -0px
    }
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 40px !important;
    }

    Best regards,
    Vinay

    #1030791

    thanks.
    i have deleted the plugin now but the gap is still there.

    the css code helps but i can still see the gap in the background.

    any idea where this “&#8234 == $0” comes from?

    #1031116

    Hi,

    It’s coming from a font tag added just after the body tag, I have no idea how or where that is added though.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.