Home › Forums › SKT Black/White Theme Support › Our Services Boxes
- This topic has 5 replies, 2 voices, and was last updated 6 years, 4 months ago by
Forum Moderator.
-
AuthorPosts
-
May 24, 2017 at 9:37 am #73271
Hi,
Please can you tell me how to align the bottom of the services boxes – they currently have different amounts of text in them which means that the bottom of the boxes does not align and the read more buttons are out of line as a result.
The URL is: www.scarceresorcing.com
Thanks
May 24, 2017 at 10:04 am #73281Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#services-box { min-height:540px;}
Regards,
DaveMay 24, 2017 at 10:53 am #73288Thanks, this has aligned the bottom of the boxes but not the buttons – is there a way to make these line up at the bottom of the boxes?
Thanks for your help
ruth
May 24, 2017 at 11:31 am #73291Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#services-box .read-more {bottom: 30px; left: 50%; position: absolute; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
Regards,
DaveMay 24, 2017 at 1:25 pm #73306Perfect thats great, many thanks
May 24, 2017 at 1:27 pm #73307🙂
-
AuthorPosts
- You must be logged in to reply to this topic.