How to Add a Cushion or Margin to the Page Title on Mobile Only

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?

Hello,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

Kind regards,
Diego

Hey Diego,

Thanks for reaching out!

Thank you for your help!

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:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. 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