page specific width
- The topic ‘page specific width’ is closed to new replies.
Need help? Check out our Support site, then
Any way to extend the width of the site? On our about us page (om oss) Everything is limited to the center… Anyway to extend this?
The blog I need help with is: (visible only to logged in users)
Hello,
To make whole site wider, please add this CSS class to Custom CSS section:
@media only screen and (min-width: 1025px) {
.container.container-small {
max-width: 1120px;
}
}
Set the value that will suit your needs.
Thank you,
– Djordje