Conversation
supportHello There I have troubles activating hyphens on the page http://www.ethosimmo.ch . They work in desktop-view but on mobile devices not. (some hyphenation will be done, but not correctly). i have wp-typography activated. Hurenkinder deactivated. cheers Simon The page I need help with: [ log in to see the link]
Hi, that looks like a CSS issue with your theme. Please check that hyphens is set to manual for your relevant selectors.
Hello There; i made the setting as suggested, but still no correct hyphernation in mobileview. Thanks for your help so far – but what could it be? Cheers Simon
https://ibb.co/dm2XK6K
Looks like you problem is this part: @media only screen and (max-width: 768px) .pagelayer-col, .pagelayer-col-holder { word-break: break-all!important; }
Have you been able to fix the issue, @simonderchefe ?
no not really. i had several webdesigners working on it. but the problem is still not solved properly. 🙁
Well, you need to remove the rule I specified (or change it to break-word instead of break-all ). That should not be so difficult?
Hi, that looks like a CSS issue with your theme. Please check that hyphens is set to manual for your relevant selectors.
Hello There; i made the setting as suggested, but still no correct hyphernation in mobileview. Thanks for your help so far – but what could it be? Cheers Simon
https://ibb.co/dm2XK6K
Looks like you problem is this part: @media only screen and (max-width: 768px) .pagelayer-col, .pagelayer-col-holder { word-break: break-all!important; }
Have you been able to fix the issue, @simonderchefe ?
no not really. i had several webdesigners working on it. but the problem is still not solved properly. 🙁
Well, you need to remove the rule I specified (or change it to break-word instead of break-all ). That should not be so difficult?