SKT Online Coach Pro: Services Four Boxes For Section

Home Forums All Other Themes SKT Online Coach Pro: Services Four Boxes For Section

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #76648
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    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?

    #76649
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Chris

    #76650
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    www.renevo.fi

    #76651
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #76655
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    Does not help…..

    #76657
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

    #76659
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    http://i.imgur.com/432fgs0.jpg

    #76662
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #76663
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    no….. http://imgur.com/a/YZXN1
    it has to be able to actually hyphenate the words as in Finnish language

    #77029
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    Workaround, 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…

    #77118
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

    #77160
    KariKari
    Participant
    • Topics: 63
    • Replies: 98
    • Total: 161
    Member since: May 17, 2016

    The image….
    http://imgur.com/a/PmmMs

    #77182
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.