-
AuthorPosts
-
May 3, 2016 at 5:54 pm #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.
May 4, 2016 at 1:45 pm #627217Hey 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,
YigitMay 4, 2016 at 2:31 pm #627247Yigit,
That worked great. How would I go about editing the margins. There is a lot of wasted space in the submenu.
Thanks. Great Support.
May 4, 2016 at 3:15 pm #627283Hey!
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,
YigitMay 4, 2016 at 5:18 pm #627371Yigit,
I added the code but it looks like it is still showing the larger padding around it.
May 4, 2016 at 5:21 pm #627372Hey!
Please create a temporary admin login and post it here privately so we can look into it
Regards,
YigitMay 4, 2016 at 5:33 pm #627385Done.
May 4, 2016 at 5:39 pm #627397Hey!
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,
YigitMay 4, 2016 at 6:00 pm #627413Sorry. Got a call and forgot to hit add user. Should be working now.
May 8, 2016 at 4:41 am #628760Hi,
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,
IsmaelMay 9, 2016 at 3:01 pm #629263I have updated the user to admin. Should be working now.
May 9, 2016 at 3:18 pm #629284Hey!
> sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field. I fixed it. Please review your website now
Best regards,
YigitMay 9, 2016 at 3:29 pm #629288Ok. Great. I might need to adjust it a little more but thanks for the quick reply and fix. Really appreciate it.
-
AuthorPosts
- The topic ‘Mega menu sub menu spacing’ is closed to new replies.