Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257773
    Bjorn Barton-Pye
    Participant

    Hi,

    Is there a way of reducing the font size of the page headings when using smaller devices? Please review technovista.co.uk When viewing on a desktop or tablet, the “Welcome to Technovista!” text displays correctly. But viewed on an iPhone it says

    Welcome to Techno-
    ista

    Can this hyphenation be prevented by having a dynamic font size and if so, how?

    Thanks

    #257862
    Skandha
    Participant

    @bjornbp: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-title {
    	-webkit-hyphens: unset;
    	-moz-hyphens: unset;
    	-ms-hyphens: unset;
    	hyphens: unset;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #257906
    Bjorn Barton-Pye
    Participant

    Thanks – that works 🙂

    #257912
    Skandha
    Participant

    @bjornbp: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/shutter-up/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Text wraps on small devices’ is closed to new replies.