• Resolved worldsurgeryforum

    (@worldsurgeryforum)


    I was planning to buy the pro version. But I noticed that the words on the right are getting cut on mobile screens. Please help to resolve this issue.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @worldsurgeryforum ,

    It seems like theme CSS/width conflicting here.
    Please add this CSS on your stylesheet:

    .betterdocs-single-wraper .betterdocs-content-area {
        word-break: break-word;
    }

    Hopefully, this CSS will resolve your issue. Let me know how it goes.

    NOTE: You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code.

    Thread Starter worldsurgeryforum

    (@worldsurgeryforum)

    @abidhasan112, your solution worked. Thanks for your prompt response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Words on right getting cut on mobile screen’ is closed to new replies.