Shopping Cart Operations > Tips and Tricks

Solution - How to avoid last tile from category menu going beyond page width.

(1/1)

OneMore:
For those having many categories in the main menu, with — on computers — the last drop down tile beeing displayed beyond the page width, here is how you can bring it back to the left.

In "storefront/view/default/stylesheet/style.css", add:

--- Code: ---section#categorymenu > nav.subnav > ul.categorymenu > li:last-child > a + div.subcategories {
  left:-200px;
}
--- End code ---

Basara:
Thank you, OneMore

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod