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

Hey @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

@media screen and (min-width: 750px){ .background-none .multicolumn-list .multicolumn-card__info{ padding-left: unset !important; } }