Home › Forums › CSS › Help modifying css in WP menu plugin › Reply To: Help modifying css in WP menu plugin
December 30, 2014 at 9:29 pm
#191906
Participant
Thanks for the help again Shikkediel. I was able to work off the css you suggested.
Sorry my question was not very clear.
Another problem:
#mega_main_menu is blocking the logo and the donate button causing the links not to work. I tried:
#mega_main_menu {
max-height: 50 px;
}
but that didn’t work(even with !important).
Any ideas?