A_Vinning33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Safari keeps breaking up my text and putting it on a new line.I found the fix for it. All you need to do is open up CSS editor and paste in this code
p {
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
}All good stuff.
Thanks everyone.
Forum: Fixing WordPress
In reply to: Safari keeps breaking up my text and putting it on a new line.Yeh, that sounds like a good idea. But I was following a Youtube guide, on WordPress. And the themes creator was using safari. So I am very confused. But thanks for your input anyway.
Forum: Fixing WordPress
In reply to: Safari keeps breaking up my text and putting it on a new line.Yes it does. I have looked at a WordPress 2015 Theme live preview, and noticed that the words don’t hyphenate. So maybe it has something to do with the themes CSS.
Forum: Fixing WordPress
In reply to: Safari keeps breaking up my text and putting it on a new line.Latest Version, OS X El Capitan.
Forum: Fixing WordPress
In reply to: Safari keeps breaking up my text and putting it on a new line.Hi Andrew, The glitch seems to be apparent with every page on this website. Again it doesn’t appear in Chrome, only in Safari. Not to sure about Internet Explorer or Edge.
Forum: Fixing WordPress
In reply to: Safari keeps breaking up my text and putting it on a new line.Hi Christi,
Sorry about the reply delay, message went into my junk mail. But thanks for responding.
The link to the website is http://www.warwickshireflightexperience.co.uk. I will have a look in my CSS, but thanks in advance.Ashley