Dolke Posted May 17, 2013 Share Posted May 17, 2013 (edited) Hi. I have some long titles of some categories and subcategories. As you can see from the attached screenshot, background is fixed, so longer titles are going out of the scope. Is there a simple css fix to get the background to these longer titles as well? Ty in advance Dean Edited May 17, 2013 by Dolke (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 17, 2013 Share Posted May 17, 2013 /modules/blocktopmenu/css/superfish-modified.css line 173: .sf-menu li li { width: 200px; background: #726f72 !IE; } change width param to 300, then: line 56 ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 200px; top: 0; } left 200 - change to left:300px; then line 65 ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 200px; top: 0; } left:200px; to left:300px; Link to comment Share on other sites More sharing options...
Dolke Posted May 17, 2013 Author Share Posted May 17, 2013 Some of my category names are so long that I put 350px Vekia you are PS [spam-filter], but I believe you already know that. I will label this topic as solved too Link to comment Share on other sites More sharing options...
Recommended Posts