Liquid, JavaScript, themes, sales channels
This is an accepted solution.
@media only screen and (min-width: 1024px){
#content-wrap{
margin: 0 auto;
max-width: 100%;
padding: 0 55px;
}
.stamped-container{
max-width: 100%;
margin: 30px auto!important;
border: none!important;
padding: 0 !important;
}
#shopify-section-product-template img {
min-width: 100%;
}
.column-max.no-padding-top{
margin: 0 auto;
min-width: 1280px !important ;
}
}
Hello JeanACNOC!
the page width is restricted by the wrapper element. In order to make it bigger you would need to set its max-width property to be bigger using CSS like so:
.template-product .wrapper {
max-width:1600px;
}
You would need to add that to the bottom of your theme.scss.liquid asset file
Hope this helps!
Thanks
Solution1
This is an accepted solution.
@media only screen and (min-width: 1024px){
#content-wrap{
margin: 0 auto;
max-width: 100%;
padding: 0 55px;
}
.stamped-container{
max-width: 100%;
margin: 30px auto!important;
border: none!important;
padding: 0 !important;
}
#shopify-section-product-template img {
min-width: 100%;
}
.column-max.no-padding-top{
margin: 0 auto;
min-width: 1280px !important ;
}
}
User | RANK |
---|---|
25 | |
24 | |
12 | |
10 | |
9 |
Thanks to all who participated in our AMA with 2H Media on planning your 2023 marketing bu...
By Jacqui Mar 30, 2023Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023