• The theme page Title in the editor is “Heat Transfer Rolls”.

    (When displayed, this is converted to upper case. Not a problem.)

    The problem is when viewed on a small screen (eg mobile phone), long titles (like this one) are not properly displayed:-

    HEAT TRANSFER RO
    LLS

    How can I cure that?

    (PS the smaller screens also completely drop the right sidebar – so not displayed even under the main content)

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

Viewing 1 replies (of 1 total)
  • Hello cyberbore,

    We can reduce the font size for smaller device with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css

    @media only screen and (max-width: 768px){
    #intro .page-title {
    font-size: 23px !important;
    }
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Page Title – Word-wrap – small screens (cell/mobile)’ is closed to new replies.