space featured collection

hey,

i have a space probelm need your help pls. marked the space in red

https://7wpcmxjybxwcur55-65779892391.shopifypreview.com

1 Like

Hello @batyaJandMore

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-width: 990px){ .slider-component-full-width .slider--desktop .slider__slide:first-child { margin-left: 0 !important; } }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

1 Like

HI @batyaJandMore

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.slider--desktop .slider__slide:first-child {
margin-left: auto!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

tnx :slightly_smiling_face:

1 Like