Slider justified to the right on all pages

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

@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; 
}}

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

@plug_agency ok, can you use below code now

.home-slideshow {
 width: 100% !important;
}

and remove the other code or use this as well?

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

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!

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

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