Hi everyone,
How can I set the left and right padding of 2 blocks in Multicolumn 1 section exactly as the padding of the Multicolumn 2 section (as in the image) in Mobile view. Where can I find the padding of the Multicolumn 2 section btw?
My url: https://189ee3-2.myshopify.com/
Thank you!!!
1 Like
Hi @collins276
Do you mean like this?
If it is check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
#Slide-template--16762544783542__multicolumn_AfzMTV-1 > div > div.multicolumn-card__info, #Slide-template--16762544783542__multicolumn_AfzMTV-2 > div > div.multicolumn-card__info {
padding-left: 2.5rem !important;
}
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
The whole block. I can do it but can’t not find the padding of the Multicolumn 2 section. Can you take a screenshot?
1 Like
oh, okay. lIke this?
Check this one, same instruction.
@media screen and (max-width: 749px){
.multicolumn-list {
margin-left: 1.5rem !important;
}
}
And Save.
Note: the size of the margin I just copy on the 2nd multicolumn.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Yes spot on. Can you take a screenshot where I can inspect its padding though? I can’t find it, I meant the default page padding.