Shopify themes, liquid, logos, and UX
Hi, how can I move this section further to the right? S simply I want it to be perfectly centered on the page. I’ll adjust the dimensions myself afterward if needed.
Here’s my store: https://1049xn-ya.myshopify.com/
Thanks a lot,
Tim
Hi @CreatorTim ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Edit code > theme.liquid
Step 3: Copy the code below and paste it above </head>
Here is the code for step 3:
{% style %}
{% if template.name == "index" %}
@media screen and (min-width: 1024px){
main#MainContent > div:nth-child(1) > div > .page-width {
padding-left: 200px !important;
}
}
{% endif %}
{% endstyle %}
Here is the result:
Please let me know if it works!
Best,
Daisy
Hey, I’d like the width of the section to stay the same—I just want to shift it further to the right so it’s centered. The width of the text and everything else should remain as it is.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025