Question: Can We Make The Slide Not Full Width

Can We Make The Slide Not Full Width

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 ?

PV

Prom Vongchann

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 ?
  • MS

    Mian Saleem

    Answered
    Hello,

    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