PV
Asked
Hello support,
I think the product view grid if showing in 3 columns is better. so how can I change that?
thanks
- MSAnswered
Hello,
There is no option by settings, but you can add manage it by adding the following to
assets/custom/shop.js
<script> $(document).ready(function() { $('#grid-menu .three-col').click(); }); </script>
Thank you
- PVAnswered
Mian Saleem Thank you
It works.
I have one more question. on the side bar (Feature) it seems the title and the image thumbnail is not fit ( please see my attachment)
thank you
- MSAnswered
Hello,
I didn’t understand. The image looks okay. If you need to modify the side bar file is
themes/default/shop/views/pages/sidebar1.php
Thank you
- PVAnswered
Okay,
let me try that out
- Login to Reply