Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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.
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.
.buttoncenter{ margin-left: auto !important; margin-right: auto !important; display: table !important; }Best regards,
Laborator Team
Thank you.
I will read it. Sorry for the inconvenient question.