Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #815786

    Hello,

    I am having an issue with long widget titles in right sidebar on tablet. If the words are too long (and in German there are lots of them ;-) ), the words are not wrapping properly. So, widget titles with too long words do not wrap and are cut off instead of moving automatically to the next line or breaking hyphenated.

    Can you help and tell how to solve (screenshots for your better understanding in Private Content, website still in maintenance mode)? Thanks for all your help in advance.

    Best regards
    Sophie

    #815878

    Hey Sophie,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 1024px) { 
    h3.widgettitle { font-size: 18px; }}
    @media only screen and (max-width: 767px) {
    h3.widgettitle { font-size: 14px; }}
    

    Best regards,
    Yigit

    #815942

    Hey Yigit,

    thank you for your fast response. That works :-) ! You can close this out! Thank you for all your efforts.

    Cheers
    Sophie

    #815943

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widget titles word break and overlap’ is closed to new replies.