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!
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025