Hi all!
I’m just curious how we can add some cushion to the h1 page titles on our individual Shopify pages? On desktop, it looks great, but on mobile our page titles are being hidden by the header?
Do y’all have any suggestions on how we can fix this just on the mobile site only?
Hey Diego,
I was just wondering if there’s been any update on this. Do you need more information regarding the issue?
Thank you!
Mitchell
@MitchellFly
Do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > timber.scss.liquid or timber.scss and paste this at the bottom of the file:
@media (max-width: 767px){
.template-page .page-container{
padding-top:80px !important;
}
}
You can adjust the value as per your wish. 80px, 70px, 60px, etc.
Please let me know whether it works.
Kind regards,
Diego
1 Like
That worked perfectly & in twenty seconds, just as you said! Thanks so much, Diego!
Mitchell
I’m glad to hear that!
Next time feel free to contact me personally, I’ll be happy to help.
Kind regards,
Diego