Remove a column at footer Kalles theme

Hello,

I have added 5 columns at the footer, but there’s an extra column at the desktop not on mobile. How to remove it?

website:https://greatspeedsports.myshopify.com/ password:2023

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
@media (min-width: 1025px){
section#shopify-section-footer .t4s-col-lg-2 {
width: 20%!important;
}
}

1 Like

Thanks for your reply. The ratio I set is wrong, the ratio of the five columns does not add up to 100%. Thank you for your answer