Shopping Cart Operations > Tips and Tricks

Solution - How to force the category names to stay on one line in the drop menus

(1/1)

OneMore:
To avoid carriage returns for long category names in the drop menus, simply add this CSS rule to the
"storefront/view/default/stylesheet/style.css" stylesheet:


--- Code: ---section#categorymenu div.subcategories ul li a {white-space:nowrap;}
--- End code ---

Tested for AbanteCart 1.2.11.
I inserted the text at line 226, just before the ".container-fixed {" selector.

backcurrant:
Good information!

plonkarchivist:
Thanks for this great in4

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod