Reduce border space of forum

ioncube at 13h13
14
Sep
2011
I need to reduce the border gap as shown in following pics:

My forum is three panel layout & have already tested with this option but to no avail:

have changed forum width value to maximum but border gap isn't decreased

See my border gap:

See this border gap (which is less than mine)
1 Nera., on 14/09/2011 at 15h52
Hi,

You want to change the width of your forum?

Add this to CSS
Code:
#wrap {
    width: 95% !important;
}


You can change 95% if you want.
2 ioncube, on 14/09/2011 at 20h05
Nera. wrote:Hi,

You want to change the width of your forum?

Add this to CSS
Code:
#wrap {
    width: 95% !important;
}


You can change 95% if you want.


Thank you Nera (as always); but may I ask you a little bit off-topic info.
Some CSS starts with (dot) e.g
Code:
.wrap {
    width: 95% !important;
}


...& some with like in this case with #
Code:
#wrap {
    width: 95% !important;
}


What is the difference. I will love reading info if you provide adequate URLs, though my query is solved :wouhou:
3 Nera., on 14/09/2011 at 20h11
The difference is that dott is a class and # is an ID.

All that is a class in templates will will start with dott in CSS and all that is an id in templates will start with #.
4 ioncube, on 14/09/2011 at 20h36
Thnx madam...solved
5 Nera., on 14/09/2011 at 23h09
Solved > Locked
Similar topics
Is there a CSS code to reduce the gap between these? with 5 they cover the time the post was posted. Thanks for all the help you have given towards my website , James
Is there a way to add a 1px border around the forum tables (as shown below)? Without border: Spoiler: With border: Spoiler: (Edited in graphic software) I made the "Table Background Image" transparent.
I got there a little after 7. Nothing had started, but that's fine. Chris greeted me at the door and asked what I wanted him to draw on my hand. He seemed like he'd had a few by this point. Chris Lynch: So, his set was hilarious. After 4 or 5
Replies 1 to 5 on 5 for "Reduce border space of forum"
See also
more_less
Informations

5 Replies For the topic :
"Reduce border space of forum"

This topic has been viewed 692 times.

Last message :
14/09/2011 at 13h13 by "ioncube"