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

    Hello Sirs,

    I really enjoy your theme! :)

    I would like to remove/reduce space between main menu sublevel links and subcategory header, as you see in my screenshot:

    https://prnt.sc/fdv66p

    All information below:

    Header customization in main menu:

     <a href="https://prnt.sc/fdv7xd" rel="nofollow">https://prnt.sc/fdv7xd</a>
    
    <a href="#" rel="nofollow"><img src="https://zoomit.gr/wordpress_2/wp-content/uploads/2015/03/hlektrikes-suskeves_2.png" /><font face=”verdana” color=#000000><h5>ΗΛΕΚΤΡΙΚΕΣ ΣΥΣΚΕΥΕΣ</h5></font><hr>
    
    CSS hr tag customization:
    
    /* hr tag customization */
    hr {
    color: #000000;
    background-color: #000000;
    height: 2px;
    }

    I need your precious help!

    Thank You in advance,

    Nick

    • This topic was modified 7 years, 5 months ago by Yigit. Reason: added code tags
    #802197

    Hey Nick,

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

    @media only screen and (min-width: 990px) {
    #top #header .avia_mega_div > .sub-menu > li > ul {
        top: -25px;
    }}
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #804222

    Hi Yigit,

    It worked! Thank you very much!

    I really appreciate your great support!

    Best regards,
    Nick

    #804225

    Hi,

    I am glad that Yigit’s solution worked for you. If you need additional help, please contact us here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove space between main menu sublevel links and subcategory header’ is closed to new replies.