Slider justified to the right on all pages

plug_agency
New Member
13 0 0

Hi, I'm hoping someone can help, as I have an issue with all my sliders on my website www.homefixed.com - they justify to the right (it has to be viewed on a screen larger than 13") This happens on all pages and I've tried looking into the code, but can't see why it would be placed on the right. 

If anyone can help, I'd appreciate it

thanks

Nick 

Replies 8 (8)

pioneer100
Shopify Partner
1119 145 481

@plug_agency , add below code at the bottom of  file theme.css 

@media only screen and (min-width: 1260px) {
.home-slideshow.home-slideshow-layout-full-width {
    width: 100% !important; 
}}
If helpful, Please Like and accept The Solution.
plug_agency
New Member
13 0 0

 hey thanks very much for the suggestion. It didn't fix the problem unfortunately. 

pioneer100
Shopify Partner
1119 145 481

@plug_agency ok, can you use below code now

.home-slideshow {
 width: 100% !important;
}
If helpful, Please Like and accept The Solution.
plug_agency
New Member
13 0 0

and remove the other code or use this as well? 

plug_agency
New Member
13 0 0

i have used the new code but it still doesn't work. This is where I added it 

 

Screenshot 2021-03-11 at 10.59.35.png

plug_agency
New Member
13 0 0

sorry for the late reply. You fixed my problem , thank you so much!

LitExtension
Shopify Partner
4860 1001 1135

Hi @plug_agency

It's our pleasure when helping you solve your problems. If you find my comments are useful, please Accept as a Solution and Hit Like for them. It absolutely encourages us! 

If you need further support from us, feel free to let us know. 

Greetings, 

LitExtension Team 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

LitExtension
Shopify Partner
4860 1001 1135

Hi @plug_agency

This is my recommendation for your solution. Please find this selector: section.home-slideshow.home-slideshow-layout-full-width and add this style:

section.home-slideshow.home-slideshow-layout-full-width {

  width: 100%;

}

On this selector: .home-slideshow.home-slideshow-layout-full-width (you should remove this style: width: 100vw -> this will cause your problem on your site)

Please take a look at the screenshot here: https://prnt.sc/10iyy78

Hope this helps! 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify