Some of my website page titles are not being shown as the header it over it

Solved

Some of my website page titles are not being shown as the header it over it

vibehome
Explorer
71 4 31

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.

 

Screenshot 2024-05-17 at 22.32.16.pngScreenshot 2024-05-17 at 22.32.27.png

 

caterog

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10043 2388 3015

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:

Made4uoRibe_0-1715984738320.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
10043 2388 3015

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:

Made4uoRibe_0-1715984738320.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.