Home › Forums › All Other Themes › SKT Online Coach Pro: Services Four Boxes For Section
- This topic has 12 replies, 2 voices, and was last updated 7 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
June 28, 2017 at 8:06 am #76648
How can I make it so that the TITLES hyphenate if needed… my customer is asking me to sort this out as in some cases the long titles cause some problems. 99% it works fine, but is there a way to add that?
June 28, 2017 at 8:07 am #76649Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisJune 28, 2017 at 8:16 am #76650www.renevo.fi
June 28, 2017 at 8:28 am #76651Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.services-wrap h3 { font-size:18px !important; height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
Regards,
ChrisJune 28, 2017 at 8:35 am #76655Does not help…..
June 28, 2017 at 8:39 am #76657Hi,
Can you send us the screenshot? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisJune 28, 2017 at 8:44 am #76659http://i.imgur.com/432fgs0.jpg
June 28, 2017 at 9:03 am #76662Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (min-width:768px) and (max-width:1024px) { .services-wrap h3 { height:33px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} }
Regards,
ChrisJune 28, 2017 at 9:07 am #76663no….. http://imgur.com/a/YZXN1
it has to be able to actually hyphenate the words as in Finnish languageJuly 3, 2017 at 6:40 am #77029Workaround, can we do so that the titles are now shown below the images, instead the titles are as text? As it seems that when the title is like this, wp cannot hyphenate the words…
July 3, 2017 at 12:39 pm #77118Hi,
Can you send us the screenshot? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisJuly 3, 2017 at 6:02 pm #77160The image….
http://imgur.com/a/PmmMsJuly 4, 2017 at 5:02 am #77182Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (min-width:1024px) and (max-width:1169px) { .services-wrap h3 { font-size:15px !important;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.