How to decrease space?

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
Sat Jun 23, 2012 3:12 pm
Reply with quote
Report this post
Im using a bigger logo, so the menu text now more to the top, how can i decrease space, closer to main body (A)

Also the mainbody text needs to go up - how? (B)

Thanks
User avatar
Fresh Boarder

GK User
Sat Jun 23, 2012 3:27 pm
Reply with quote
Report this post
Hi,

Please give me the link to your site then I will help you out.

Thanks,
User avatar
Platinum Boarder

GK User
Sat Jun 23, 2012 3:39 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Sun Jun 24, 2012 10:31 am
Reply with quote
Report this post
Please try adding this code to CSS Override:
Code: Select all
#gkLogo{
padding: 0!important;
}
#gkMainMenu {
    margin-top: 30px!important;
}

Then it should look like this http://easycaptures.com/fs/uploaded/576/7038046748.png
User avatar
Platinum Boarder

GK User
Sun Jun 24, 2012 12:11 pm
Reply with quote
Report this post
Thanks Don, is it also possible to move content text (B) more up? ie reduce the white space over the mainbody text
User avatar
Fresh Boarder

GK User
Sun Jun 24, 2012 12:16 pm
Reply with quote
Report this post
Yes, try this one:
Code: Select all
article header{
display:none;
}

Let me know if it helps.
User avatar
Platinum Boarder

GK User
Sun Jun 24, 2012 2:01 pm
Reply with quote
Report this post
Thanks Don, it's better now. The solution is working but at the same time it effect all possibilities to use headers for some pages. The best way would be if they were collapsible from the beginning ie no heading=text goes up

thanks again
User avatar
Fresh Boarder

GK User
Sun Jun 24, 2012 2:16 pm
Reply with quote
Report this post
Please give me a link to a page with header available, then I will try another solution for you.

Thanks,
User avatar
Platinum Boarder

GK User
Sun Jun 24, 2012 2:24 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Mon Jun 25, 2012 9:01 am
Reply with quote
Report this post
Hi,

Try this one please:
Code: Select all
#gkBreadcrumb{
margin:0!important;
}
article header {
    margin: 12px 0 0!important;
}
User avatar
Platinum Boarder

GK User
Mon Jun 25, 2012 4:18 pm
Reply with quote
Report this post
Works much better, thanks :D
User avatar
Fresh Boarder

GK User
Mon Jun 25, 2012 4:44 pm
Reply with quote
Report this post
I'm glad to know that, feel free to let me know if you need any further help.

Cheers,
User avatar
Platinum Boarder


cron