XF 1.4 Remove Gap below Navigation

Ablac

Active member
Does anyone know how i can remove the gap below the navigation bar? I removed the Sub links already, and was thinking I could move it up in Style Properties (General), but when I move it up that way it cuts off the top of the Content

Heres the gap i want to remove
Gap.webp

And heres what happens when I move it up using Style Properties

Capture.webp
 
@Jake Bunce That didn't work :'(

Typically the fixes in Jake posts works:

Code:
#navigation .pageContent
{
height: 27px;
}

#headerMover #headerProxy
{
height: 77px;
}

Header proxy controls how far the content is pushed down, the navigation pageContent controls the height of the navigation container(it can overlap into the content if not adjusted).

A link to the site would help though.
 
Top Bottom