Fix categories menu
Prestashop has a very nice categories block, but when you have many category levels, categories are not correctly aligned:
To fix this, you need to add some padding by modyfing this file:
YOUR_THEME/css/modules/blockcategories/blockcategories.css
If you add the following code at the end of the file:
#categories_block_left li li li a {
padding-left: 30px;
}
The effect will be as on the image below:
This page is a part of our list of the most common Prestashop enhancements and fixes. To get the full list, subscribe to our newsletter.