Can we get a code edit for titles please

  • In Progress
    Posted in: Arcane  
  • Member
    GaminGuys
    February 26, 2021 at 12:56 pm #128078

    I’ve noticed that long post titles are breaking words which looks very unprofessional and have had to edit the additional CSS in appearance

    Currently the code is reading

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

    Could we get the code edited to prevent title word breaks globally by swapping the code to

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

    Silly little thing and possibly an oversight but splitting a word in a title just isn’t visually pleasing.

    Should anyone else be getting this issue, simply go to dashboard > appearance > customise from the sub-menu

    then go to additional CSS and add

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

    then publish for the fix

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.