How do I fix this problem with too many menu items? see here
http://davislegacysoccer.org/ you can see tournament menu is on below main menu?
Hey park13!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av_seperator_big_border#header .av-main-nav > li > a {
padding: 0 7px;
}
Regards,
Yigit
Applied CSS and no change?
Hi!
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Best regards,
Yigit
Hi!
Just a minor modification of Yigits code, please try to replace what you have now with this:
#top .av_seperator_big_border#header .av-main-nav > li > a {
padding: 0 7px !important;
}
Make sure you turn off any caching plugin and flush your browser cache and reload before checking changes.
Best regards,
Rikard
Still no changes? Please help. This needs to be fixed ASAP
Hi!
Do you mind creating a temporary admin login and posting it here privately please?
Cheers!
Yigit
Hi!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Also please try de-activating all active plugins. Changes made in Quick CSS field are not being applied
Best regards,
Yigit