Reduce area above News Show Pro (Header module)

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Oct 22, 2013 8:07 pm
Reply with quote
Report this post
Hi,

I want to reduce the space between the News Show Pro module (header) and the menu above it. I assume it is a margin or padding in the CSS, but I can't find it using Firebug.

http://www.redlogicapparel.com

Thanks in advance for the assistance,
Mat
User avatar
Junior Boarder

GK User
Tue Oct 22, 2013 8:15 pm
Reply with quote
Report this post
Hi,
default margin value is :

Code: Select all
#gkHeaderMod {
    margin: 50px auto 0 !important;
}

I suggest to use

Code: Select all
#gkHeaderMod {
    margin: 15px auto 0 !important;
}



How to use Custom CSS: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Wed Oct 23, 2013 8:50 pm
Reply with quote
Report this post
I tried adding the new code to the override.css file, but didn't see any change. Should I modify the source css file instead?
User avatar
Junior Boarder

GK User
Wed Oct 23, 2013 11:33 pm
Reply with quote
Report this post
Did you enabled "Override" option ?
or just use CUSTOM CSS field as I wrote in documentation.
User avatar
Platinum Boarder

GK User
Wed Oct 23, 2013 11:40 pm
Reply with quote
Report this post
If won't help send me access to back-end (PM).
User avatar
Platinum Boarder