Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #626643

    I need to adjust the padding of the sub menus. I also need the icons to line up with the text. Right now they are a little too low. I have also tried to use the inspector in chrome to display the submenu so I could see the css code but it keeps disappearing before I have a chance.

    #627217

    Hey bensondesign,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_mega_div a {
        height: 20px!important;
        line-height: 20px!important;
    }
    #top #header .avia_mega_div > .sub-menu { 
    padding: 5px; 
    }
    .avia_mega_div .avia-menu-text img {
        position: relative;
        top: 3px;
    }

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

    Best regards,
    Yigit

    #627247

    Yigit,

    That worked great. How would I go about editing the margins. There is a lot of wasted space in the submenu.

    Thanks. Great Support.

    #627283

    Hey!

    This part of the code is not being applied

    #top #header .avia_mega_div > .sub-menu { 
    padding: 5px; 
    }

    Please try changing it to following one

    #top #header .avia_mega_div > .sub-menu { 
    padding: 5px !important; 
    }

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

    Regards,
    Yigit

    #627371

    Yigit,

    I added the code but it looks like it is still showing the larger padding around it.

    #627372

    Hey!

    Please create a temporary admin login and post it here privately so we can look into it

    Regards,
    Yigit

    #627385

    Done.

    #627397

    Hey!

    Login credentials are not working for me. I tried the name as written and with correct one. Can you please check them once again?

    Regards,
    Yigit

    #627413

    Sorry. Got a call and forgot to hit add user. Should be working now.

    #628760

    Hi,

    The user you provided is not an admin. We can’t do anything with it. And please make sure that you copy the code directly from this forum, not from your email. Check if the “greater than” symbols are not converted to something else.

    Best regards,
    Ismael

    #629263

    I have updated the user to admin. Should be working now.

    #629284

    Hey!

    > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field. I fixed it. Please review your website now

    Best regards,
    Yigit

    #629288

    Ok. Great. I might need to adjust it a little more but thanks for the quick reply and fix. Really appreciate it.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Mega menu sub menu spacing’ is closed to new replies.