How can I align multicolumn and rich text sections on my homepage?

Hello @Andrecolap

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.background-none .multicolumn-card__image-wrapper { margin-left: unset !important; margin-right: unset !important; } @media screen and (max-width:767px){ .rich-text__wrapper { display: flex; justify-content: center; width: unset !important; } }

Mobile