08-28-2019, 08:13 AM
Hey Wolfeye,
If you wish to change the width globally, you need to add width constraint in #content. Append this code in #content global.css
#content {
margin-right: 10%;
margin-left: 10%;
}
Make sure to remove the addition in .forums class
If you wish to change the width globally, you need to add width constraint in #content. Append this code in #content global.css
#content {
margin-right: 10%;
margin-left: 10%;
}
Make sure to remove the addition in .forums class