full width page
- The topic ‘full width page’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
we want to display the website full page, because currently there is an empty strip on each side. does it have a way going through personalized CSS?
thank you. Sorry for our english we went through google translate.
The blog I need help with is: (visible only to logged in users)
Hello – you can make the site full width with:
.main {
max-width: 100%;
}
Thanks – Ben