Reply To: Text alignment in custom heading

#671
livemesh
Keymaster

This is a bug that sneaked into the latest update. This has been fixed and will be part of next update. Meanwhile, pls use the following code –

#custom-before-content-area {
padding-left: 20px;
padding-right: 20px;
max-width: 1140px;
margin: 0 auto;
}

Paste the above CSS into Custom CSS tab in theme options panel or into custom.css file. Thanks