Hi there!
A friend of mine was updating her site and asked if I could have a look on some things regarding typography:
I’d like to give the text element on the front page a max-width and make it horizontally centered in the browser. I tryed the follwoing code
._center-1200{
max-width: 1200px;
margin: auto!important;
}
The max-width works just fine but although I used !important
the margin left seems to get overwritten by something else. The page in question is the this one.
Any help and hints are very much appreciated!