Multicolumn - Text misaligned

Hi All,

Does anyone know how I can correct the alignment of my text on the 3rd box of my multicolumn (Warranty & Returns) ? I’m using Meka theme.

Hi @alborg ,

You can follow the steps here:

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

Here is the code for step 3:

.multicolumn-list .grid__item {
    padding: 2.5rem !important;
}

Here is the result:

Please let me know if it works!

Best,

Daisy

Hi Alborg

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
li#Slide-template--16979707297834__multicolumn_gJAjDz-3 {
    padding: 20px !important;
}

Result:

Best,
Liz

Hi DaisyVo,

That works great. Thankyou so much.

Hi LizHoang,

This works also. Thankyou so much.