How and where do increase the size of the length for the subnav drop down menus?
Thanks, Deb
Cubit theme
inbergmiller.com
How and where do increase the size of the length for the subnav drop down menus?
Thanks, Deb
Cubit theme
inbergmiller.com
Hey,
Do you mean the width of menu items?
James
just the width of the drop down menu items.
Hey,
You need to make a modification to style.css. The longest text item is under the Services menu so the new width is based on this. Open up style.css and on line 321 you'll find this code:
#top #nav li ul a {
float:left;
height:auto;
padding:0 15px;
text-align:left;
width:140px;
}
Change the width to 160px, save and upload then clear your cache and refresh.
James
Thank you and have a wonderful day!
You must log in to post.