Hi,
I would like to increase the margins of a specific page on mobile as I don’t like how close the text is to the edge.
I would like to add left and right margins of 3rem but don’t know how to go about doing that without affecting other pages or the header/footer on my website.
Page URL: https://solaque.co.uk/pages/care-guide
If anyone could help with achieving this, it would be greatly appreciated.
Thanks,
Aaron.
1 Like
Hi @Aaron-Mihell
TYRy this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
{% if page.handle == 'care-guide' %}
{% endif %}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
1 Like
Thank you. That worked perfectly.
Welcome! Would you mind hitting ‘like’ as well? Thanks!
1 Like