Not able to center the accordion on this page: https://belmarhealth.com/sample/
Any fix?
Hi There,
Thank you for writing in, you have this custom CSS on the page CSS, right?
.col-sec-3 {
width: 80% !important;
}
Please update that to this:
.col-sec-3 {
width: 80% !important;
margin-left: auto;
margin-right: auto !important;
float: none;
}
Hope it helps,
Cheers!
That did it. Thanks, brother Friech!
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.