Why are mobile components overlapping on my homepage?

I changed the text, simply, in the regular Shopify editor and I get this view now on my homepage (widethebrand.com)

See screenshot here. Maybe just a temp bug?

1 Like

@marzwide

Please add the following code at the bottom of your assets/theme.css file.

@media (max-width: 719px){
.template-index .slide {margin-right: auto !important;}
}

Hope this works.

Thanks!

Great! That worked, thank you so much :grinning_face_with_smiling_eyes: