PV
Asked
Hello support,
I think the product view grid if showing in 3 columns is better.
so how can I change that?
thanks
I think the product view grid if showing in 3 columns is better.
so how can I change that?
thanks
- MSAnsweredHello,
There is no option by settings, but you can add manage it by adding the following to `assets/custom/shop.js`
```js
<script>
$(document).ready(function() {
$('#grid-menu .three-col').click();
});
</script>
```
Thank you - PVAnswered**[Mian Saleem](/u/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 - MSAnsweredHello,
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 - PVAnsweredOkay,
let me try that out - Login to Reply