Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #289130

    Hello, i’d like to reduce the space between the main navigation and the horizontale line : http://new.substipharm.com/

    Can you please help

    Thanks, AB

    #289235

    Hey anma!

    Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value and change the size in Header Custom Height as needed

    Regards,
    Yigit

    #289598

    Hi Yigit,

    Thank you, but this reduces as well the size of the logo which we need to keep as it is – we only want to reduce a bit the height below the navigation and the slider, is this possible?

    Best, AB

    #289822

    Hey!

    Please firstly set the header height to needed value and then add following code to Quick CSS in Enfold theme options under General Styling tab

    logo img { padding: 0; }

    Regards,
    Yigit

    #289962

    Hi Yigit,
    I try to add the code you gave me but it didn’t change anything.
    Here is a image of what i want to do : http://i.imgur.com/rFNppeQ.png

    I hope it’s help you figuring where i can change that.

    Best, AB.

    #290037

    Hi!

    Thank you for the screenshot.

    Please use this:

    #top .av-main-nav > li > a {
    position: relative;
    top: 20px;
    }
    
    .avia-menu-fx {
    position: absolute;
    bottom: 19px;
    }
    
    #top .header-scrolled .av-main-nav > li > a {
    top: 5px;
    }
    
    .header-scrolled .avia-menu-fx {
    bottom: 3px;
    }

    Cheers!
    Ismael

    #290124

    Thank you very much !

    Best, AB

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘margin below main navigation’ is closed to new replies.