Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   2nd level sub menu cut off at edge of main container (http://forum.bytesforall.com/showthread.php?t=23987)

rickpoet Oct 31, 2017 11:19 AM

2nd level sub menu cut off at edge of main container
 
Hi,

On this site: http://poetrysuperhighway.com/psh/

Under the main menu item "Special Projects" and then it's sub menu "A poetry writing prompt-a-day" - the sub menu that pops up under that gets cut off at the edge of the main container.

Is there a way to have that second level sub menu be visible without repositioning it instead of cut off? (There's another menu at that level under Poetry / Past Poet's Archive which shows correctly to the right of it's higher level menu so I don't want to adjust all second level sub-menus to appear to the left to fix the one under "Special Projects"...just want it to appear on top instead of getting cut off.

Thanks!

juggledad Nov 1, 2017 04:38 AM

You might want to try one of the WordPress many plug-ins like this one: https://wordpress.org/plugins/megamenu/

lmilesw Nov 1, 2017 12:27 PM

You could also try the following CSS.

#container {
overflow: visible !important;
}

rickpoet Nov 1, 2017 02:57 PM

Thanks! Well that worked, but it also made an extra translucent white area appear to the right of the container...not sure where that's coming from. Is there a way to have the visible overflow just apply to the menu and not the container background color? (or I'm not sure if there's another way to tell the background color itself to not be so wide [I mean tell it through code or settings, I won't actually be speaking to it.])

rickpoet Nov 1, 2017 02:59 PM

Quote:

Originally Posted by juggledad (Post 115084)
You might want to try one of the WordPress many plug-ins like this one: https://wordpress.org/plugins/megamenu/

Thanks JD...would prefer not to add another plugin, and not sure if this would have a setting that would fix the overflow issue?

rickpoet Nov 1, 2017 03:02 PM

Quote:

Originally Posted by rickpoet (Post 115086)
Thanks! Well that worked, but it also made an extra translucent white area appear to the right of the container...not sure where that's coming from. Is there a way to have the visible overflow just apply to the menu and not the container background color? (or I'm not sure if there's another way to tell the background color itself to not be so wide [I mean tell it through code or settings, I won't actually be speaking to it.])

OK figured this one out...the transparency with was set separately in CSS and I didn't notice it was wider than the container until I added the overflow visible code.

All good here and thank you!

juggledad Nov 2, 2017 08:35 AM

Just to point out, if you make the screen smaller, the sub menu displays off the screen. not what you want me thinks....


All times are GMT -6. The time now is 01:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.