Jump to content

[Solved] Extend top header category box and text field to stop truncating category names


Recommended Posts

Not sure if my title makes much sense but I can't figure out a better way to describe what I want to do.

 

Basically I have some longer category names and they are being truncated to the point where it's hard to tell what they are even supposed to be.You can see what I mean here http://d.pr/i/dOiF

 

How can i make it so that the blocktopmenu drop downs show the entire category name?

Edited by wakeforce139 (see edit history)
Link to comment
Share on other sites

Vekia 

 

I don't think I made any changes to the module. I do use a semi-custom theme however so it's possible? I have sent you a PM with the link to my domain. Please let me know if you can help. I spent the entire day yesterday working on it haha. I need to get back to adding my product data.

Link to comment
Share on other sites

edit:

 

i see

.sf-menu li li a {
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
 
this causing this :)
 
it's a part of /themes/MyTheme/css/cleantheme.css
Link to comment
Share on other sites

Hi wakeforce, sorry didn't realise you were using the Nice 'n Clean theme (like me). This will override the settings in superfish-modified.css.

So you need to change the width parameter in line 36 of /themes/default/css/cleantheme.css to the desired value.

Cheers, Dave

 

Edit: in your case replace default in the pathname by MyTheme

Edited by stottycabanas (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...