Category Page - Move categories to the left side of the page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi all, i trying to change the layout of the categories page.

currently there is a big gap down the left hand side of the categories page and i want to move the categories to the left and stretch the whole width of the container.

how could i achieve this by editing the code? or better yet, changing a setting in the admin area.

I am using NopCommerce version 3.90 if that helps

Thanks
5 years ago
Hello,

You can try to change the layout of the page. To do that you will have to open the Views\Catalog\CategoryTemplate.ProductsInGridOrLines.cshtml file, locate that line of code:
Layout = "~/Views/Shared/_ColumnsTwo.cshtml";

and change it to:
Layout = "~/Views/Shared/_ColumnsOne.cshtml";


I hope this was helpful,
Nikola
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.