I used the CSS given in this post https://kriesi.at/support/topic/enfold-buttons-next-to-each-other-within-same-columns/ to make two buttons inline so that they would appear next to each other. However, now they are not centered. How can I have them both inline and centered?
Hi 1039 Online!
Please provide us a link of your web site, so we can see both code and custom CSS and we will be able to provide
the proper CSS.
Thanks a lot
Regards,
Basilis
Credentials in private content
Hi,
We do not see the URL of the site login credentials include:
Best regards,
Vinay
Oops. Sorry about that.
Hi,
we added this code to the Quick CSS section under Enfold > General Styling :
.buttonsinline {
display:flex;
align-items: center;
justify-content: center;
}
Best regards,
Vinay
Thanks for fixing that. Case closed :)