Shopify themes, liquid, logos, and UX
Hi how can I centre all the images on my ' flicks page ', thankyou, Joe -
My website is f22london and the password is : password123
Solved! Go to the solution
This is an accepted solution.
@f22london1
To keep only content to center
Use this
<style>
:has([rel="canonical"][href="https://f22london.com/pages/flicks"]) .rte{
text-align: center;
}
</style>
Thanks!
Hi @f22london1
Please put this code in theme.liquid before body closing tag
<style>
:has([rel="canonical"][href="https://f22london.com/pages/flicks"]) .main-page-title,
:has([rel="canonical"][href="https://f22london.com/pages/flicks"]) .rte{
text-align: center;
}
</style>
Please check if it is helpful to you.
Thanks!
Hi thanks this works however the title is center now. I want this but only if its possible to center the title of Info/reviews on ' F22 ?? '
Is this possible
This is an accepted solution.
@f22london1
To keep only content to center
Use this
<style>
:has([rel="canonical"][href="https://f22london.com/pages/flicks"]) .rte{
text-align: center;
}
</style>
Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025