• Resolved josepharandall

    (@josepharandall)


    Your theme (Duena) is cutting off my words every time I get to the end of line. My website: https://www.josepharandall.com shows a good example of this. The theme is “excellent” except for this one problem. Take a look at one of my posts and you’ll see what I’m talking about.

    Best Regards, Joseph

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a section of the dashboard to hold CSS modifications other than in the theme’s files?

    Thread Starter josepharandall

    (@josepharandall)

    I haven’t done anything to the theme besides install it and use it.

    Theme Author duena_studio

    (@duena_studio)

    Hello,
    thanks for finding that issue. We’ll fix it in next version.

    To fix it now you need to open Appearence -> Editor in your Dashboard.
    Please open Stylesheet(style.css) if it wasn’t opened by default.
    Find code:

    .post_content p {
      word-break:break-all;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
    }

    replace it with:

    .post_content p {
      word-break:normal;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
    }

    We hope you’ll enjoy Duena theme. Please feel free to ask any questions)

    Thread Starter josepharandall

    (@josepharandall)

    I did it and it worked just fine. Thank you for the assistance and I’m glad I could be of some help to you. =)

    Best Regards, Joe

    Hi Duena_Studio,

    I was having the same issue and tried replacing “break-all” with “normal” and it didn’t seem to work. It doesn’t break the words in the blog summary section, but only on the page when I click “read more”

    https://drivingalliance.org/a-proposed-bill-that-will-lower-blood-alcohol-levels-from-08-to-05

    Thanks

    Theme Author duena_studio

    (@duena_studio)

    Hi DrivingAlliance,
    I’m looking your site at the moment and it’s ok.
    There may be cache at the first time.

    Thanks for using our theme!)

    Thank you for the nice theme and also for the support.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Words are being cut off’ is closed to new replies.