How to reduce space above main title bar in forum and post views
Started By Possum, Sep 27 2011 07:56 AM
5 replies to this topic
#1
Posted 27 September 2011 - 07:56 AM
As you know, I've been trying to reduce the space between the header and the main title bar in forum and post views in order to bring the post area closer to the header. I've tried things such as altering the top padding and the line height, which affects too many other parts of the board to be useful, without any real success. Is there some other way to reduce the space? The arrows in the pic below indicate the areas I want to shrink.
#2 Re: How to reduce space above main title bar in forum and post views
Posted 27 September 2011 - 04:00 PM
http://www.thechristianidentityforum.net
I can see you made some changes already, so the only place I can see to gain some space is this:
.navigate_section {
margin: 1em 0 0;
padding: 0.5em;
}
Remove line in red.
I can see you made some changes already, so the only place I can see to gain some space is this:
Quote
.navigate_section {
margin: 1em 0 0;
padding: 0.5em;
}
Remove line in red.
#3 Re: How to reduce space above main title bar in forum and post views
Posted 28 September 2011 - 01:38 AM
I couldn't find that code. I searched the styles template and all the others but no dice. Maybe it's under another name in 3.2.
#4 Re: How to reduce space above main title bar in forum and post views
#5 Re: How to reduce space above main title bar in forum and post views
Posted 29 September 2011 - 12:59 PM
That was the first place I looked when I did a search, because most changes are done in that template, but it's not there. I did a search for
.navigate_section {
, without success, and then for
section {
, which brought up
.ipsSettings_section {
and
.col_r_section {
, but nothing with "navigate" in it.















