Hey All,
I recently added a slider carousel to my homepage on the new 2.0 envy theme but I am not sure how to change the size so that it looks like my current live theme’s slider. I am sure it is an easy fix but I’m just not sure where to look. Can anyone point me in the right direction? I will attach screenshots and my sites URL’s.
Current Slider (Ideal look/feel):
https://wearthepeace.com/
Slider that needs to be fixed:
https://oh0b9yn09j6hyk79-54559080629.shopifypreview.com
Please let me know if you can help, and if you need any more information. Thanks!
Hi @MuradNofal ,
Please resend the preview link, I will help you check it.
Hi @MuradNofal ,
Go to Assets > custom.css and paste this at the bottom of the file:
.slider-home-pro .grid__item {
width: 100% !important;
}
Hope it helps!
Thank you for the suggestion, it worked better at 90%. Do you know how to remove the white space on the left of the slideshow so it is full screen.
Hi @MuradNofal ,
Please add code:
@media screen and (max-width: 767px) {
.slider-home-pro .grid__item:first-child {
margin-left: 0 !important;
}
}
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.
this still does not bring the slideshow all the way to the left, there is still some white space.
Hi @MuradNofal ,
Please add code:
@media (max-width: 767px) {
#shopify-section-template--15973956649214__1647489956d6a72e44 .container,
#shopify-section-template--15973956649214__1647489956d6a72e44 .page-width {
padding: 0 !important;
}
}