Solved

Can padding be removed from the Empire theme on Shopify?

emilbrandon
Explorer
122 0 13

Does anyone know how to remove this padding?

emilbrandon_1-1679477001171.png

https://www.remlagret.se/products/drivrem-castelgarden-ct-17-5-102-h-tradgardstraktor

Thanks in advance

Accepted Solution (1)

oscprofessional
Shopify Partner
15830 2369 3072

This is an accepted solution.

@emilbrandon 

.shopify-payment-button {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

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 2 (2)

oscprofessional
Shopify Partner
15830 2369 3072

This is an accepted solution.

@emilbrandon 

.shopify-payment-button {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

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
emilbrandon
Explorer
122 0 13

Thank you, looks good now! 🙂