Solved

Add padding to collection page title on mobile

MitchellFly
Excursionist
33 0 5

Hi all,

When on mobile, I am running into the issue where the collection page title "All" is getting cut off by the header/wrapper (shown in image).

Is there a way I can add some padding or a margin to the collection page title on mobile only?

Thank you in advance!

image0.png

Accepted Solution (1)

oscprofessional
Shopify Partner
15843 2371 3073

This is an accepted solution.

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->timber.scss

@media screen and (max-width: 768px){
.template-collection #shopify-section-collection-template {
    margin-top: 60px !important;
}
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Expert
5393 971 1293

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

oscprofessional
Shopify Partner
15843 2371 3073

This is an accepted solution.

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->timber.scss

@media screen and (max-width: 768px){
.template-collection #shopify-section-collection-template {
    margin-top: 60px !important;
}
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
MitchellFly
Excursionist
33 0 5

That worked perfectly--thank you so much!