Hello,
I am trying to center my “Buy Now” button within the section. What do I need to do in order to get my button centered?
Thanks
Hello,
I am trying to center my “Buy Now” button within the section. What do I need to do in order to get my button centered?
Thanks
Can you share with me the page url
That is how it is now yes. I want to add the button below and in the center. I am working off a copy of the live site.
The code for my button is:
On the center of all columns or an individual one?
I removed the button on the side and added it underneath the columns. I want the button to be centered now.
Hi @GildedSocial ,
You can try this code
.comparison-section .primary-btn{
margin: 0 auto !important;
}