Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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 !
This is an accepted solution.
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!
I'm glad I could help,
Have a nice day!
User | RANK |
---|---|
198 | |
177 | |
85 | |
63 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023