Hi all,
I cant seem to be able to locate these in the settings, so perhaps it required code editing. I’m trying to do some adjustemts to the multicolumn in my homepage:
I wanted the text to be justified and the images reduced by about 70%. is this possibe?
Thank you so much!
My site: https://977451-3.myshopify.com/
Password: poyuye
1 Like
Hi @Kulike96 !
It’s great to see you around here!
Go to this part of the section settings (this will allow us to apply custom styles only to that section in particular without breaking your entire website if we change code that affects other sections
)
In there, add the following code:
.multicolumn-card__info p {
text-align: justify;
}
.multicolumn-card__image-wrapper {
width: 30%;
margin-inline: auto; /* Use this line if you want to center the images after being shrunken */
}
Cheers !
You are a STAR! Thnak you!
1 Like
I’m glad I could help,
Have a nice day!