Change max page width
- The topic ‘Change max page width’ is closed to new replies.
Need help? Check out our Support site, then
Hi Ellen,
I’m using the Moka theme and am trying to change the page width to shift the main content further to the left so more of the page is usable.
I’ve tried the following change but it has no effect, hope you can help!
@media screen and (min-width: 1270px) {
`#disqus_thread {
max-width: 2560px;
margin: 0 auto;
}
}`
Thanks,
Cam
The blog I need help with is: (visible only to logged in users)
@media screen and (min-width: 1270px) {
#disqus_thread {
max-width: 2560px;
margin: 0 auto;
}
}
Hi Cam,
could you test the following custom CSS:
@media screen and (min-width: 1270px) {
.post .entry-header, .post .entry-content, .post .entry-footer, .site-content .page, #comments, #nav-below, #nav-single, #nav-image, #nav-comments, .wp-pagenavi, .archive-header, .search-results .site-content .page, .entry-thumbnail {
max-width: 100%;
}
}
Best Regards,
Ellen