Shopify themes, liquid, logos, and UX
Hi Shopify friends,
I have a small issue - some of my website pages are missing the titles from being displayed - the titles are behind the header and cant see the titles clearly.
I did get some of the pages fixed by someone early here on Shopify forums but not all the pages are fixed. The pages like 1. All Category page - 2. Policy pages like the refund policys.
I have attached some screenshots to help describe the issue.
Just would like someone to help to get my page titles to be moved down slightly so the titles can be read.
caterog
Solved! Go to the solution
This is an accepted solution.
Hi @vibehome
Check 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 </body> tag and paste the code below before the tag.
{% unless template.name == 'index' %}
<style>
main#MainContent {
padding-top: 10%;
}
</style>
{% endunless %}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @vibehome
Check 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 </body> tag and paste the code below before the tag.
{% unless template.name == 'index' %}
<style>
main#MainContent {
padding-top: 10%;
}
</style>
{% endunless %}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Shopify and our financial partners regularly review and update verification requiremen...
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