Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Fixed width › Reply To: Fixed width
February 18, 2018 at 5:31 pm
#25532
Keymaster
Hello,
You can add the following custom CSS:
#page {
max-width: 98%;
margin: 0 auto;
width: 1230px;
}
Thanks!