In the related URL I have added a button and mentioned css of margin to auto to align to center. But the CSS is not applying perfectly. I have noted that my css has opening and ending {}.
My custom CSS is
.buttoncenter{
margin: auto;
}
I mentioned "buttoncenter" in extra class name of button element.
In the related URL I have added a button and mentioned css of margin to auto to align to center. But the CSS is not applying perfectly. I have noted that my css has opening and ending {}.
My custom CSS is
I mentioned "buttoncenter" in extra class name of button element.
Hi nvyasir,
Can you please consider reading the article we wrote about How to add Custom CSS to your site, then paste the code below in Custom CSS section.
Best regards,
Laborator Team
Thank you.
I will read it. Sorry for the inconvenient question.