- This topic has 7 replies, 2 voices, and was last updated 8 months, 1 week ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Button centre alignment
Tagged: Alignment
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.
Hi,
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,
Brad
Hi,
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.
Hi,
Can you send us the forntend screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
Brad
Hi,
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,
Brad
Hi,
Worked, perfect.
Thanks.
🙂
Business VoIP is the perfect solution for your small businesses and multiple providers will provide the best solutions for you. VoIP is a term that […]
Google penalizes URLs with the same contents. This happens the most in Ecommerce websites and some travel websites where the manufacturers prefer to keep the […]
Over the years, WordPress has proved itself as an extremely versatile and flexible E-commerce opportunity for all the business owners that either has its online […]