My titles are being cut off from the header

Solved

My titles are being cut off from the header

vibehome
Explorer
71 4 31

Hi Shopify friends, hope your having a good day 🙂

 

I'm having a small issue - I had my header merged in so it flows with my banners a while ago. I'm finding that since then when you go onto the page the titles are always cut off and can't see the titles.

 

Can someone please help with this?

 

I've attached some screenshot to show what I mean.

Screenshot 2024-05-17 at 18.31.56.pngScreenshot 2024-05-17 at 18.32.03.pngScreenshot 2024-05-17 at 18.32.12.png

Many thanks in advance😊

Accepted Solution (1)

conversionist
Shopify Partner
98 8 12

This is an accepted solution.

To fix this you can add some custom CSS to create space Here's how:

  1. Go to Online Store > Themes > Actions > Edit Code.
  2. Open your theme.css or theme.scss.liquid file in the Assets folder.
  3. Add this code at the end:

 

.header-merged + .main-content {
    padding-top: 100px; /* Adjust this value as needed */
}
​

 

Save the changes and refresh your site This should add enough space for the titles to be fully visible

Building 100 Shopify apps for that BMW M5 dream

Follow the journey at https://www.youtube.com/@conversinist
https://
conversionist.online/
Buy me a coffee

View solution in original post

Replies 4 (4)

conversionist
Shopify Partner
98 8 12

This is an accepted solution.

To fix this you can add some custom CSS to create space Here's how:

  1. Go to Online Store > Themes > Actions > Edit Code.
  2. Open your theme.css or theme.scss.liquid file in the Assets folder.
  3. Add this code at the end:

 

.header-merged + .main-content {
    padding-top: 100px; /* Adjust this value as needed */
}
​

 

Save the changes and refresh your site This should add enough space for the titles to be fully visible

Building 100 Shopify apps for that BMW M5 dream

Follow the journey at https://www.youtube.com/@conversinist
https://
conversionist.online/
Buy me a coffee
vibehome
Explorer
71 4 31

Thanks so much 😊 so pleased with it 

vibehome
Explorer
71 4 31

Screenshot 2024-05-17 at 20.28.55.pngScreenshot 2024-05-17 at 20.29.05.png

vibehome
Explorer
71 4 31

Hi Kaiya,

 

One last thing, the drop down menu on main bar shows clear and cant see the font. Do you know how to make this drop down filled so you can see the font?

 

Screen shot attached Screenshot 2024-05-17 at 20.28.55.pngScreenshot 2024-05-17 at 20.29.05.png

Many thanks in advance.