Shopify themes, liquid, logos, and UX
hey,
i have a space probelm need your help pls. marked the space in red
https://7wpcmxjybxwcur55-65779892391.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
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 </body> on theme.liquid
<style>
@media screen and (min-width: 990px){
.slider-component-full-width .slider--desktop .slider__slide:first-child {
margin-left: 0 !important;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
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 </body> on theme.liquid
<style>
@media screen and (min-width: 990px){
.slider-component-full-width .slider--desktop .slider__slide:first-child {
margin-left: 0 !important;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
tnx 🙂
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;!;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025