Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #132419
    enviromantic
    Participant

    While I appreciate the somewhat responsiveness of this theme, is there a way to have text respond in a truly responsive way to mobile devices by adjusting text, rather than getting that “-” thing to connect words?

    IE

    “Like this, for
    example”

    INSTEAD OF

    “Like this, for exam-
    ple.”

    #132439
    Skandha
    Participant

    @enviromantic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .entry-container { 
        hyphens: none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    #148038
    benderpc
    Participant

    This doesn’t seem to work with Decree Pro.

    #148052
    Skandha
    Participant

    @benderpc: Please post in your site URL.

    Kind Regards,
    Skandha

    #148203
    benderpc
    Participant
    #148240
    Skandha
    Participant

    @benderpc: I checked your site and the above code I provided you seem to have done the job. Please try clearing your browser cache to check if the issue is resolved.

    Let me know if the issue persists!
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Spacing breaks’ is closed to new replies.