Long content names crowd out right menus - Joomla! Forum - community, help and support
hello friends -
if i've got relatively long (but descriptive) content item name, right hand panel gets shrunk because joomla wants publish entire content name, , email/pdf/print buttons on 1 line. i've noticed if have long content item name, text in body won't wrap expect (it chops off). has solved problem without choosing shorter content item names?
thanks!
- pd
if i've got relatively long (but descriptive) content item name, right hand panel gets shrunk because joomla wants publish entire content name, , email/pdf/print buttons on 1 line. i've noticed if have long content item name, text in body won't wrap expect (it chops off). has solved problem without choosing shorter content item names?
thanks!
- pd
passionlessdrone wrote:hello friends -
if i've got relatively long (but descriptive) content item name, right hand panel gets shrunk because joomla wants publish entire content name, , email/pdf/print buttons on 1 line. i've noticed if have long content item name, text in body won't wrap expect (it chops off). has solved problem without choosing shorter content item names?
thanks!
- pd
find in templates.css.css , comment out line indicated:
code: select all
.contentheading {
height: 30px;
color: #c64934;
font-weight: bold;
font-size: 14px;
/*white-space: nowrap;*/
}
Comments
Post a Comment