How can I remove a line break and fix alignment in my Taste theme footer?

I have now managed to resize my footer on the Taste theme with your help to the size i want, but i have noticed that i have a line break in the middle of the footer, can this be removed?

Also on mobile portrait the footer is completely out of sync is there a way of fixing this please? if i turn the mobile landscape it works fine

carinyadesigns.co.uk

Thanks

1 Like

@CarinyaDesigns

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-footer.css ->paste below code at the bottom of the file.
.footer__content-top {
height: auto !important;
    margin-bottom: -30px;
}

Thank you so much