PV
Asked
I want to make the slide show in a box layout not full width like this.
can I make it fix width same size as menu and feature items ?
can I make it fix width same size as menu and feature items ?
- MSAnsweredHello,
You will need to modify the `themes/default/shop/views/index.php` around line no 4 `<section class="slider-container">` and change to
```
<section class="container">
```
Thank you - Login to Reply