Sportsman Home Page Formatting Issue

Home Forums All Other Themes Sportsman Home Page Formatting Issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #124710
    ElizabethElizabeth
    Participant
    • Topics: 22
    • Replies: 27
    • Total: 49
    Member since: July 13, 2016

    I have a problem with the formatting on the Home page of Sportsman. In the section About Sportsman (as shown in the theme demo), the text does not wrap. Can you have a look at:
    https://i.imgur.com/KmolZRz.png
    to see how I am entering the text.

    And then look at:
    https://i.imgur.com/BiPjQBU.png
    to see the formatting problem (as it appears in both Safari and Chrome).

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .right-full-text-container {
        word-break: break-word;
    }

    Regards,
    Chris

    #125023
    ElizabethElizabeth
    Participant
    • Topics: 22
    • Replies: 27
    • Total: 49
    Member since: July 13, 2016

    Hi Chris,
    I have done this (placed in Custom CSS). It has NOT fixed the issue. I checked it in Chrome and Safari and it has not worked. Please see https://www.ungooroo.com.au.

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

    Hi,

    Kindly use this one

    .right-full-text-container {
        word-break: break-word !important;
    }

    Regards,
    Chris

    #125146
    ElizabethElizabeth
    Participant
    • Topics: 22
    • Replies: 27
    • Total: 49
    Member since: July 13, 2016

    Yes that worked. Thank you.

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

    🙂

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