Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #593940

    I am trying to remove the whitespace that is left after I remove the logo? So i wish to just have the navigation and no logo but I can’t seem to remove the white space that remains.

    #594001

    Hi fusedmanagement!

    can you please send us your URL, so we can see live the issue and help you fill it?

    Cheers!
    Basilis

    #595111
    #596040

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .av-logo-container {
    display:none !important;
    }

    Regards,
    Rikard

    #596860

    Now I have the nav at the top and the space beneath?

    #596871

    Hey!

    After adding Rikard’s code, please add following

    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 54px !important;
    }

    Best regards,
    Yigit

    #596893

    It’s a solution, obviously you have just narrowed the space but not removed it.

    #596902

    Hey!

    By default top padding is higher so when you remove “av-logo-container”, padding stays the same. You should decrease the value to eliminate the space.

    Cheers!
    Yigit

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