Forum Margin, Possible CSS?

Deranged at 04h08
11
Nov
2011
Hello,

I have a very annoying problem, most forum skins have atleast some type of margin on the ends of the forum. I am fairly sure I can add a margin to my forum via CSS but I don't have a clue what that would be and am not certain it's possible. If you are uncertain of what i'm meaning feel free to take a look at it yourself.

http://gamecrypt.niceboards.org/forum

If you catch my drift, there is alot of excess space on both ends of the forum and it'd look a whole lot better if it was all just removed to give it a nicer feel, let me give you a visual example of what I was thinking.



Thanks for your time, and yes I did look on the internet and use the search function on this forum in an attempt to resolve my issue, no luck.

EDIT: Maybe also a margin for my portal too, or a margin for everything like most forums?
1 Deranged, on 11/11/2011 at 19h16
Bump
2 Richard., on 11/11/2011 at 20h53
Is nothing to do about it
3 Guest, on 11/11/2011 at 21h17
First, go to ACP>Display>Structure&Hierarchy and set the title length for last topics to 30.

Since you have a "fluid" width to your board, there is nothing you can do to change the blank space within the content without potentially affecting your members' ability to properly view your board. The best solution is to add the following to your CSS:

Code:
#ipbwrapper {width: 95%; min-width: 950px; max-width: 1200px; padding: 0px;}

This will "lock" the width of your board for people with wide screens, and prevent pages from having excess blank space within the content.
4 Deranged, on 11/11/2011 at 22h27
Thank you! It looks amazing
5 Sanket, on 12/11/2011 at 04h43
Since this thread appears to be solved, I will archive this thread.


Sanket Smile

Similar topics
Hi Guys, My broker Asha Philip has promised to give margin trading from February and when I checked with them every time they tell stories but nothing is happened yet. Earlier they said they have applied for license and waiting for approval from CSE
How do i make the post start a bit lower so its not crossing over the top header. I thought it would be this bit of code, but i don't know what to add to it. Code:.post{         border : 1px solid #000000;  
First of all, ignore those red arrows and circles on the picture. My real problem is: How to place some kind of margin so the text of the post isn't so damn close to the border of the TD? Spoiler:
Replies 1 to 5 on 5 for "Forum Margin, Possible CSS?"
See also
more_less
Informations

5 Replies For the topic :
"Forum Margin, Possible CSS?"

This topic has been viewed 595 times.

Last message :
11/11/2011 at 04h08 by "Deranged"