Hi, I have an issue with my slideshows not aligning centrally. I cant find the code that control it and wondered if anyone could help. This is the page https://www.homefixed.uk/collections/frontpage - it aligns perfecly on mobile but on desktop it aligns to the left.
TIA
Nick
Solved! Go to the solution
Hello There,
Please share screenshot.
So that I will check and let you know the exact solution here.
Hi,
Cant find slideshow on this page
Yes i cant find slideshow on this page
https://www.homefixed.uk/collections/frontpage
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
section.home-slideshow.home-slideshow-layout-full-width {
max-width: 1260px!important;
margin: 40px auto!important;
}
@_media (min-width: 1260px)
.home-slideshow.home-slideshow-layout-full-width {
margin-left: auto!important;
}
Screenshot :- https://prnt.sc/z2okyj
Add this one css
section.home-slideshow.home-slideshow-layout-full-width {
max-width: 1260px!important;
margin: 40px!important;
}
@_media(min-width: 1260px){
.home-slideshow.home-slideshow-layout-full-width {
margin-left: auto!important;
}
}
User | Count |
---|---|
19 | |
17 | |
13 | |
11 | |
11 |