Increasing the websites overall column width/ enlarging the site
3 posters
Page 1 of 1
Increasing the websites overall column width/ enlarging the site
Technical Details
Forum version : #PunBB
Position : Founder
Concerned browser(s) : Mozilla Firefox
Screenshot of problem : https://i.imgur.com/4Ezx0B6.png
Who the problem concerns : All members
When the problem appeared : Since creatrion of forum
Forum link : http://www.newagemugen.forumotion.net
Description of problem
I want to significantly increase the overall width of our forum but I dont know where or how I do this.As per my screenshot, our forum width is much smaller than the forumotion site and we would like to make it bigger if we can. How do we increase this width? (see screenshot to show)
Re: Increasing the websites overall column width/ enlarging the site
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Increasing the websites overall column width/ enlarging the site
hello
browsing your forum from a laptop (mozilla and chrome) i can also see your forum very wide like the screenshot SLGray posted above
the forum width general can be modified from here admin panel..general..forum..configuration
Pages structure..Forum width (number or %) :
also we dont see that pink background you see in your screenshot
if you inspect your forum we can see that the width is actually wide 98% so maybe this is caused by different screen resolutions
maybe you can try to change the max -width from 1600px to 3000px to check if that will work so add this to your css
browsing your forum from a laptop (mozilla and chrome) i can also see your forum very wide like the screenshot SLGray posted above
the forum width general can be modified from here admin panel..general..forum..configuration
Pages structure..Forum width (number or %) :
also we dont see that pink background you see in your screenshot
if you inspect your forum we can see that the width is actually wide 98% so maybe this is caused by different screen resolutions
maybe you can try to change the max -width from 1600px to 3000px to check if that will work so add this to your css
- Code:
.pun {
max-width: 3000px;
}
Similar topics
» Table Column Width and Table Grid Help
» Column width and length
» Increase width of LAST POSTS column?
» min-width for last post column on index page
» Last column width and Category titles centred
» Column width and length
» Increase width of LAST POSTS column?
» min-width for last post column on index page
» Last column width and Category titles centred
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum