Hi everyone!
My website is: www.doisdemonios.com
I would like to center the collections buttons plus reduce the text size, on the main page, like the image attached.
It is possible to solve this?
Thanks in advance
Hi everyone!
My website is: www.doisdemonios.com
I would like to center the collections buttons plus reduce the text size, on the main page, like the image attached.
It is possible to solve this?
Thanks in advance
Hi @doisdemonios ,
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.
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Victor | PageFly
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.card-wrapper .card__content .quick-add__submit {margin: 0 auto !important;}Regards,
San
Hello @doisdemonios
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.card-wrapper .card__content .quick-add__submit {
margin: 0 auto !important;
font-size: 12px !important;
}
It worked! thank you :))