Stop Hyphens In Squarespace

One of the great things about Squarespace is the fact that all websites scale according to the device that the user is browsing on. However you may have noticed that as your website scales on mobiles that some words become hyphenated. This can be easily fixed with some simple CSS

Simply place the below CSS into the Custom CSS section of your website. 

 h1, h2, h3, h4, p, a {
     hyphens: manual !important;
     -webkit-hyphens: manual !important;
     -moz-hyphens: manual !important;
     -ms-hyphens: manual !important
}
 

How To Insert CSS

Squarespace Website Designer UK
 
Previous
Previous

Continue Shopping Button Squarespace

Next
Next

Customise The Sign In Link On Squarespace