Hi, I’m encountering an issue with the alignment of two buttons on my website. I would like to center them as they are currently aligned to the left.
This is my website.
Hi, I’m encountering an issue with the alignment of two buttons on my website. I would like to center them as they are currently aligned to the left.
This is my website.
Add the below code to your theme’s CSS file.
div#shopify-section-template--20075738038603__8a32b7ba-be22-4b81-a653-75ccd80c100a .feature-row__content {
text-align: center !important;
}
div#shopify-section-template--20075738038603__8a32b7ba-be22-4b81-a653-75ccd80c100a .feature-row__content a:last-child {
margin-right: 0 !important;
}