Home › Forums › All Other Themes › Button centre alignment
- This topic has 7 replies, 2 voices, and was last updated 3 years, 1 month ago by
Forum Moderator.
-
AuthorPosts
-
August 7, 2020 at 9:13 pm #158915
Hi,
How can I align the “donate” buttons on my website in the middle, here is a link to the website : https://wecare.liquorice.co.za/
Please let me know.
Thanks.
August 10, 2020 at 11:59 am #159010Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .nivo-caption { left: 50% !important; transform: translateX(-50%) !important; } }
Regards,
BradAugust 10, 2020 at 12:31 pm #159016Hi,
I’ve added the code exactly as mentioned but the buttons are still aligned to the left.
Here is a screenshot : https://imgur.com/a/yB1UADq
Unless I’m doing something wrong.
Thanks.
August 10, 2020 at 12:32 pm #159018Hi,
Can you send us the forntend screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
BradAugust 10, 2020 at 12:45 pm #159025Hi,
Here is the screenshot as requested : https://imgur.com/a/iQvqkk1
Thanks.
August 10, 2020 at 12:58 pm #159026Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.one_four_page .read-more { left: 50% !important; right: auto !important; transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
Regards,
BradAugust 10, 2020 at 1:04 pm #159027Hi,
Worked, perfect.
Thanks.
August 10, 2020 at 1:23 pm #159030🙂
-
AuthorPosts
- You must be logged in to reply to this topic.