Change footer text spacing in mobile version

Change footer text spacing in mobile version

isabellemaria
Trailblazer
221 2 27

Hi there,

 

how can I change the vertical space between the text in my footer in MOBILE VERSION only? Would be best to change it directly in section-footer.css.

 

Bildschirmfoto 2024-05-25 um 17.54.50.png

 

www.taneraskin.com

 

Best regards,

 

Isabelle 

Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 834 905

Hi @isabellemaria, Pls insert this code to your file css: 

@media only screen and (max-width: 749px) {
  .footer-block__details-content {
    margin-bottom: 0.9rem !important;
  }

  .footer-block__heading {
    margin-bottom: 0.7rem !important;
  }
  
  .footer-block.grid__item {
    margin: 0 !important;
  }
}

Here is result: 

BSSTechVenture_0-1716654084082.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

isabellemaria
Trailblazer
221 2 27

This doesn't work. It looks exactly like before, as you show in the screenshot. This is what I already have. Do you have another solution? MAybe how to change it instead of adding code?

BSSCommerce-HDL
Shopify Partner
2305 834 905

Hi @isabellemaria

ou can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Inside tag head. You need create style tags. After you'll insert my code inside it

BSSTechVenture_0-1716735622065.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now