Hello,
We want to make the text alignment centre in our multi-column but there is no option on DAWN theme.
Could someone help us with the code?
This is what it currently looks like on our product information page.
Thank you all
Hello,
We want to make the text alignment centre in our multi-column but there is no option on DAWN theme.
Could someone help us with the code?
This is what it currently looks like on our product information page.
Thank you all
Hey @ReggieBaby
Follow these steps:
Hi, you can do that by following those steps below
Go to Sale channels > Online store > Edit code > Assets > open base.css file, add this code at the bottom and save file
.multicolumn-list { text-align: center !important; }
Hello @ReggieBaby ,
You can try to follow these steps:
multicolumn-list { text-align: center !important; }
Hope this can help.
Ali Reviews team.
@ReggieBaby
add below css into base.css file
@media screen and (min-width: 750px)
{
.background-none .multicolumn-list .multicolumn-card__info, .background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
text-align: center !important;
}
}
Hi @ReggieBaby ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved:
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.