https://m-baker-emporium.myshopify.com/
Pass: 12345
Please help, how can I center the text paragraph inside the multicolumn?
A user seeks help centering text within a multicolumn section on the Ride theme. Two solutions are provided:
CSS Solutions:
.multicolumn-card__info { text-align: center; } to the base CSS file.multicolumn-card .multicolumn-card__info { text-align: center; } to assets/section-multicolumn.cssBoth approaches target the same element to center-align the paragraph text. The original poster confirms the solution worked.
New Issue:
A different user encounters a related problem where their multicolumn elements appear stacked vertically instead of displaying horizontally across the center as intended. They reference an image showing the desired layout but haven’t received a response yet.
Status: Initial centering issue resolved; stacking issue remains unanswered.
https://m-baker-emporium.myshopify.com/
Pass: 12345
Please help, how can I center the text paragraph inside the multicolumn?
.multicolumn-card__info {
text-align: center;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Please add the following CSS code to your assets/section-multicolumn.css bottom of the file.
.multicolumn-card .multicolumn-card__info {text-align: center;}
Thanks!
thanks man.
much appreciated!
Your welcome.