Width usage optimization
- The topic ‘Width usage optimization’ is closed to new replies.
Need help? Check out our Support site, then
My current site uses very little from the availabe width of the screen. How to optimize ? I’m currently not using the sidebars.
The blog I need help with is: (visible only to logged in users)
You can change the max-width for the center column to whatever you like with some css.
.container {
max-width: 1140px;
}
1140px is the default. You can adjust it to be as wide as you like.
Thanks – Ben
Works for me !!