Hi there,
I added some custom code to my page to center the language preferences in the footer of my page. However, the two boxes are now attached to eachother and I would like to have just a little bit of space between them. In MOBILE VIEW only.
https://taneraskin.com/
Best,
Isa
Hi @isabellemaria
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
@media(max-width: 767px) {
.localization-form:only-child {
padding: 1rem 5px !important;
}
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
1 Like