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 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 DaisyVo,
That works great. Thankyou so much.
Hi LizHoang,
This works also. Thankyou so much.