• Resolved neildee250

    (@neildee250)


    Hi,

    I’m not sure if this is an actual WordPress issue or theme issue (however, I can’t see the theme listed so posting here)

    My title of a post isn’t wrapping the words so looks like this:

    ORIGINAL XBOX BACKWARD COMPATIBL
    E GAMES LIST 2021

    when of course, I want COMPATIBLE to fall down to the next line and wrap back into one word, however (could be the covid injection after-effects) I can’t figure out how to get this to happen

    Any help on this please?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not sure if this is an actual WordPress issue or theme issue

    This is 100% a theme issue.

    (however, I can’t see the theme listed so posting here)

    That’s because your theme “Arcane” is a commercial (aka paid) theme. As we don’t have access to commercial themes, we’re unable to support such commercial themes. Only themes freely downloadable from www.remarpro.com are supported here, and all such themes (and plugins too) have their own dedicated support forums here.

    As a general rule, you should always direct your theme-related issues to your theme’s developers as they are in the best position to support their commercial products.

    My title of a post isn’t wrapping the words so looks like this…

    This line in your theme’s CSS is causing this:

    .title_wrapper .col-12 h1 {
    word-break: break-all;
    }

    Change this to:

    .title_wrapper .col-12 h1 {
    word-break: normal;
    }

    (Copy and paste the above code into the ADDITIONAL CSS box at APPEARANCE => CUSTOMIZE, and save it)

    Thread Starter neildee250

    (@neildee250)

    Thanks George you’re a star that has fixed it. Will have a word with Skywarriors and see if they can update this.

    Thread Starter neildee250

    (@neildee250)

    Hope it helps others with similar issues

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title Word Wrap Issue’ is closed to new replies.