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)
-   -   Title on two levels (http://forum.bytesforall.com/showthread.php?t=1031)

c32v Mar 31, 2009 10:26 AM

Title on two levels
 
Hello!
How can I put title box on two or more levels?
Sample:

Category number one
becomes
Category
number one


It's there a way to set dimensions of title box?
Thanks!

Flynn Mar 31, 2009 06:19 PM

Which title boxes? Menu Bar, Widgets, Posts...

c32v Mar 31, 2009 11:09 PM

Page menu bar and category menu bar.

Flynn Mar 31, 2009 11:19 PM

Try a CSS insert:

HTML Code:

ul.rMenu-hor li {
width: 100px !important;
}

If you want to give submenus another width
(They already have a fixed width but would be overwritten by the rule above)

HTML Code:

ul.rMenu-hor li ul li {
width: 120px !important;
}


c32v Mar 31, 2009 11:21 PM

Thanks!
How can You work so much?


All times are GMT -6. The time now is 08:28 AM.

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