How do I make the primary and secondary tabs wider? Some of my menu items run off the tabs, which are pretty narrow.

Comments

sumitshekhawat7331’s picture

hi
inside
Modules folder-----system module you will find system.css
online 228 apply css setting on it

set width or set font size

you will get the required output

nancydru’s picture

Nope, that had no effect.

I finally tried adding this to the bottom of style.css

.plink_div_inner {
  width: 60px;
}

.slink_div_inner {
  width: 80px;
}

I don't suppose there would be any way to add this to the theme configuration?