Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #809430

    How do I adjust the spacing between each link in drop down submenu? Also would like to make the submenu transparent.

    #809432

    Hey blonddragon,

    Were you able to figure this out? It looks like you already have spacing between the links.

    Best regards,
    Jordan Shannon

    #809439

    whoops. The spacing or padding is way to much between each link in dropdown sub menu how would I change the padding or space?

    • This reply was modified 7 years, 5 months ago by blonddragon.
    #809443

    whoops. The spacing or padding is way to much between each link in dropdown sub menu how would I change the padding or space?

    http://blonddragon.com/submenu%20dropdown.jpg

    #809481

    Hi,

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

    #top #header .avia_mega_div > .sub-menu > li {
        padding-top: 0 !important;
    }
    
    #top .av-main-nav ul a {
        padding: 8px 10px !important;
        min-height: 13px !important;
    }

    Best regards,
    Rikard

    #809631

    No change at all.

    #809838

    Hi,

    Try the following. Simply adjust the numbers if too much:

    .sub-menu{
    padding:10px 10px 10px!important;
    }

    Best regards,
    Jordan Shannon

    #809851

    Complete success!!

    Thank you for you time.

    #809861

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Submenu spacing’ is closed to new replies.