Alex087
1
Hi,
On this multicolumn section a would like to :
-
Put the text in bold & in the center of each column
-
adding a radius to each column
-
adjusting the space between each column
-
adjusting the space between the image & the title
Thanks in advance for your help!
Alex
Moeed
2
Hey @Alex087
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @Alex087
Its Artzen Technologies! We will be happy to help you today.
You can try to follow these steps:
Go to Online Store β Themes β Actions β Edit code.
Go Assets folder β theme.liquid file.
Add the following code in the bottom of the file above tag
Let me know if need further assistance
Regards,
Artzen Technologies
Hello there,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.multicolumn-card__info {
text-align: center;
font-weight: bold;
}
.multicolumn-card {
border-radius: 10px;
overflow: hidden;
}
.multicolumn-card__image {
margin-bottom: 10px;
}
Alex087
5
thank @Moeed it worked but it applied to all the multicolumns of my page, I just want for this one, thanx in advance 
Alex087
6
thanx @Artzen_tech it worked but it applied to all the multicolumns of my page, I just want for this one, thanx in advance 
Alex087
7
thanx @ZestardTech it worked but it applied to all the multicolumns of my page, I just want for this one, thanx in advance 
Hi @Alex087 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at the bottom of the file β Save
#shopify-section-template--19674055147849__dafd7543-5aa3-42c4-b9cc-63382952445e
.multicolumn-card.content-container {
border-radius: 10px;
}
#shopify-section-template--19674055147849__dafd7543-5aa3-42c4-b9cc-63382952445e
.multicolumn-card h3.inline-richtext {
text-align: center;
font-weight: bold;
}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly