Hello,
With this template I have the widest possible display of categories/subcategories in VM.
However, on the product page, the products do not go all the way to the end of the page on the right.
Do you know how can I do? Thanks for any idea
Hi georgios
Could you share the URL of that page so I can take a look?
OK Thanks.
I added the page and login information in this post.
Thanks very much
georgios
You customized this file: /ja_atoms/html/com_virtuemart/category/default.php
and forced the main content with 'col-lg-9' so it didn't show fully.
I updated this line of code:
<div class="col-lg-<?php echo ($this->showsearch or $this->keyword !== false) ? '9' : '12' ;?> main-content">
Kindly check.
Top. Thanks very much