Home › Forums › SKT Black/White Theme Support › Justify Text
- This topic has 8 replies, 2 voices, and was last updated 6 years, 4 months ago by
Ruth Heywood.
-
AuthorPosts
-
May 23, 2017 at 8:40 am #73096
Hi,
Please can you tell me how to justify the body text in SKT White Pro theme? Also, is it possible to do this just on individual pages and not all text?
Thanks
RuthMay 23, 2017 at 8:51 am #73099Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisMay 23, 2017 at 9:21 am #73103Hi,
Sorry its www.scarceresourcing.com
May 23, 2017 at 9:34 am #73106Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
body.home {font-size: 14px; text-align: justify;}
body.home p { text-align:justify !important;}
#slider .top-bar p { text-align:center !important;}Regards,
ChrisMay 23, 2017 at 9:50 am #73111Thanks, thats made the homepage look great – can you tell me who to apply this to the pages as well?
Thank you for your help
Ruth
May 23, 2017 at 9:56 am #73112Hi,
Kindly use this code for pages.
body.page {font-size: 14px; text-align: justify;} body.page p { text-align:justify !important;}
Regards,
ChrisMay 23, 2017 at 11:27 am #73143Thanks thats great, sorry to ask another question but please can you let me know how to make the service boxes read more buttons all align and the boxes the same size as this has been altered now that the text is justified?
Many thanks
Ruth
May 23, 2017 at 12:37 pm #73155Hi,
You mean how to increase service box size.
Regards,
ChrisMay 23, 2017 at 1:05 pm #73158Hi,
No, sorry – no that I have justified the text they no longer line up at the bottom – I want to make them all the same size regardless of the amount of text in them if that makes sense?
Thanks
Ruth
-
AuthorPosts
- You must be logged in to reply to this topic.