Re: How to define width (not embedded) ?
Posted by
GregChapman on
Mar 05, 2018; 12:17am
URL: https://support.nabble.com/How-to-define-width-not-embedded-tp7600172p7600180.html
But that forum is clearly embedded in a site hosted on the blogger.com platform and the author has limited tithe width of the area allotted to the embedded forum.
Oops! I'm not thinking straight. It's late here and I should be asleep.
You can, of course, control the Nabble content within the browser window with the CSS facility at:
Options > Application > Change appearance >
Try something like this:
body {
width: 80%;
max-width: 960px;
margin: 0 auto;
}
@media screen and (max-width: 1024px) {
body {
width: 100%;
}
}
Do test the effects on all widths of window down to under 1000px. These rules may have undesirable effects for those with smaller screens than yours.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.