Hi I am having trouble getting a custom content section to align to the center of the home page https://sp-oprema.myshopify.com/.
<div class=" calconic-calculator" data-calculatorid="611a26fadb5cac0021b81d69"Thank you
Sasa
Hi I am having trouble getting a custom content section to align to the center of the home page https://sp-oprema.myshopify.com/.
<div class=" calconic-calculator" data-calculatorid="611a26fadb5cac0021b81d69"Thank you
Sasa
Please add the following code at the bottom of your assets/theme.css file.
.calconic-calculator{
display: flex;
justify-content: center;
}
Hope this works.
Thanks!
Thank you so much!!!
Beautiful! You can also try writing this inline like I did. I had a simple text block and made the opening div:
Worked like a charm!! Thank you.
David