The picture is too over on just desktop mode, I want to move it to align with the product reviews line on the product page in the sections of the featured collection.
1 Like
yes, sure please share store url for this store also screenshot
1 Like
Hello @AlexYZ_1
Please share your website URL.
yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.collection slider-component {
margin: auto 3vw !important;
}
.collection {
max-width: var(--page-width);
margin: 0px auto;
}
1 Like
I would like to give you a solution to support you:
- Go to Online Store-> Theme-> Edit code
- Open your theme.liquid theme file
- Paste the below code before :
<style>
#shopify-section-template--16702583636193__3f854639-0fe8-4736-ae4b-1a8c1a840f10 {
max-width: 160rem !important;
margin: auto;
}
#shopify-section-template--16702583636193__47c19a78-5c9c-44d9-8aba-f4177346d3ce {
max-width: 160rem !important;
margin: auto;
}
</style>
1 Like
