Can i change the mega menu css? I would like to prevent the menu items from being on two different lines
Please see http://phoenixfireops.com/ems/
My menu needs to be adjusted to fit the page. The mega menu does not work on mobile so I need to fit the regular menu on the page
Hey!
Your menu is fitting, can you illustrate what you mean in a screenshot/mockup?
Regards,
Josue
If you look at the sub menu under standing orders adult. The sub menus do not fit.
http://phoenixfireops.com/ems/
Hi!
I see, but it’s impossible to fit so many items unless you increase the container height of your Page by adding more content to it.
Best regards,
Josue
Ok. Now how about the mobile css of the footer widget? The footer widgets are aligned to the left and there is alot of padding between the footer widgets on mobile devices.
I would like to center the alignment and remove or reduce the padding of the footer widgets.
Also how do I remove Enfold Theme by Kriesi from the socket?
Can I reduce the height of each sub menu item?
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
#footer .widget {
margin: 0;
}
}
To remove the “by kriesi” string, please refer to Ismael response here:
https://kriesi.at/support/topic/remove-kriesi-link-from-socket/#post-130122
Cheers!
Josue
Yes, use this code for that:
.sub-menu a {
padding: 4px 15px !important;
}
The first value (4px) will modify the vertical padding (top and bottom) and the second one the horizontal ones.
Cheers!
Josue