How to change the position of the promo banner button?
-
Hi.
I would like to align the button to the center of the container but I don’t find the option to do that when editing. How can I achieve this?
Thank you very much.
Attachments:
You must be
logged in to view attached files.
Hi display_name,
Thanks for reaching to us.
First of all, I’m really sorry have taken long time to reply you due to the weekend.
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
Unfortunately, I don’t have it hosted yet. For reference, the Elementor element is a promo banner.
Hi display_name,
Please select the widget > Style tab > Layout panel and you can center the content https://prnt.sc/DdG0CaLpPOcV
Regards,
I only want to center the button, not the whole content. Is this possible?
Hi display_name,
Thanks for your patience.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.banner-btn-wrapper .wd-button-wrapper{
text-align: center;
}
Regards,