Hi right now my sidebar is overflow:hidden. Is there any css that would allow
my sidebar menu to overflow into the body/content area?
My site is http://www.witnessprosperity.com/elite
Also is there any good tutorials on customizing enfolds menu to look like the menu I have on there
already instead of using ubermenu?
Thanks
Bob
Anyone?
Hi!
Thank you for using the theme.
It is possible to set the sidebar overflow to visible but it will break the layout of the theme. You can add something like this on Quick CSS or custom.css:
#top #main .sidebar {
overflow: visible;
}
If you can provide us with a screenshot of what you’re trying to do with the enfold menu, we’ll try to give you the css modifications to get you started.
Cheers!
Ismael