Shopify themes, liquid, logos, and UX
Hi! I am needing help adjusting my webpage to not span the entire width of my desktop? I would like it to be centered with margins on the left and right. I cannot figure out the coding to do so. Any advice would be greatly appreciated!!
Specifically the Designers page. https://bygeorgeaustin.com/pages/designers
https://lwyxwunm7ucixnlw-35823485063.shopifypreview.com
Thank you,
Kelsey
Solved! Go to the solution
This is an accepted solution.
Hi @BGKelsey
I just copy the width of example website which is 64rem and this is the result in your website.
This is the code I used.
@media only screen and (min-width: 749px){
.section-spacing.color-scheme.color-scheme--scheme-1.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 .container {
max-width: 64rem;
margin: auto;
}
}
This is an accepted solution.
Hi @BGKelsey
I just copy the width of example website which is 64rem and this is the result in your website.
This is the code I used.
@media only screen and (min-width: 749px){
.section-spacing.color-scheme.color-scheme--scheme-1.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673 .container {
max-width: 64rem;
margin: auto;
}
}
Thank you SO much!!! Works great.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025