H1 titles not responsive

Hi

All my H1 titles are not responsive and show only part of them on phone?

Also pinch to zoom doesnt work? I have read this is a bad idea not to have pinch and zoom even if a sites responsive, can you help me with this as well please?

any ideal how i correct this?

Thanks

Comments

  • edited August 2015
    I can get them to look ok if i activate the decrease fonts in responsive button. The problem is it also reduces the text size of the rest of the content which makes it to small as there is about 1cm of blank space either side of text or images that is empty on the iphone for some reason?
  • Hi,

    to wrap h1 tags on mobile devices, please use below css:
    h1 { word-wrap: break-word !important; }
    But 'pinch to zoom' can't work on site which is responsive. This is the whole sense of responsive design. If you want this feature, then you must deactivate responsive mode.
Sign In or Register to comment.