Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   word wrap in custom menu (http://forum.bytesforall.com/showthread.php?t=18556)

jerryc Oct 3, 2012 10:37 PM

word wrap in custom menu
 
Greetings,

Since I'm brand new to wp and montezuma is my first theme, I don't know if my problem is theme related or not. I'm using a three column layout, col3, col7, col2, with a custom menu in the right column. Instead of word wrapping, the menu is extending beyond the right margin, and causing a horizontal scroll bar.

I'm using the responsive, 100% grid with 2% margins.

Do I need to do something different with my menu, css, or what?

Thanks.

juggledad Oct 4, 2012 05:05 AM

what is the url?
attach an export of the theme settings (MO->Export/Import)

jerryc Oct 4, 2012 11:02 AM

I tried changing the menu, and it doesn't go off the page now because I shortened the menu items, but I still have a horizontal scroll bar. I still have one on the home page, too, and that still seems to have the default settings.

Url's:

Home page.

Second page.

jerryc Oct 6, 2012 03:06 AM

Ok, I've made more progress.

By putting:

Code:

style="overflow:hidden;
into the div tag in the offending template, the extra text was cut off.

By editing menus.css:

Code:

.menu a
...
/*        white-space:                        nowrap;  edited below*/
        white-space:                        normal;
...

I was able to get it to wrap.

I'm still getting a horizontal scroll bar, though, even on the home page, where I still can't get a custom template to take effect.

juggledad Oct 7, 2012 04:24 AM

the horizontal scroll is caused by a piece of CSS I've identified. I'm waiting for a reply from Flynn (the developer) to find if changing it will cause any 'other' issues.


All times are GMT -6. The time now is 09:39 AM.

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