iojvan wrote:Can I move Newsletter and Recently viewed products boxes from right to left column. What I wont to do is transfer my theme from three column to two column layout! Is that possible?
Best regards!
Hi iojvan,
In order to make your site with two columns you should edit the following files as shown below:
Themes\Electronics\Views\Shared\_ColumnsThree.cshtml
Move the
@Html.Action("RecentlyViewedProductsBlock", "Catalog")
@Html.Action("NewsletterBox", "Newsletter")
in the leftside-3 element after the
@Html.Action("PopularProductTags", "Catalog") line.
You will need to add the following to the administration -> plugins -> nop electronics theme -> settings -> custom head styles textbox:
.rightside-3 {display: none;}
.leftside-3 {width: 25%;}
.center-3 {float: right; width: 73%;}
Hope that helps!
Best Regards!