Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #778846

    hello can you please help me

    I’m trying to reduce the height of my header

    I’ve put in a

    .logo { display: none; }
    .responsive .logo img {
    display: none!important;

    to reduce the logo because I want the logo to be a banner, but I still want to menu above and there is two big of a gap

    I’m reduce it to the lowest I can in the settings but still to big

    can you help me how can I reduce this

    my site for reference

    how I want it to look – like on this site below

    thank you

    #779394

    Hey lynettebrown,

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

    .av-section-bottom-logo {
        display: none;
    }
    

    Best regards,
    Yigit

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