How to change the padding between header and content box

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
Thu Sep 27, 2012 11:39 am
Reply with quote
Report this post
Hi,

how do I change the padding between the header and content boxes?
The strange thing is - I get the right padding (10px) when I use the gk4 slideshow module inside the header position. But when I use the standard HTML wrapper module with just a picture in it I get a different padding to the main content (more).

So where would I change the padding between the header position with HTML module and the content box?

Thanks and cheers
User avatar
Junior Boarder

Konrad M
Thu Sep 27, 2012 11:44 am
Reply with quote
Report this post
Hi,
can you give us url to your website? It will be much easier to help you.
User avatar

GK User
Thu Sep 27, 2012 12:07 pm
Reply with quote
Report this post
Sure:

Deeplink to the problem:

http://new.mindandvision.tv/index.php/2 ... 5-19-44-33

If you switch back to the homepage you will see that the distance between header and content is different.

Thank you!
User avatar
Junior Boarder

Konrad M
Thu Sep 27, 2012 12:13 pm
Reply with quote
Report this post
Please try add to override.css
Code: Select all
#gkHeader .custom.clear p {
margin:0;
line-height:0;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Sep 27, 2012 12:21 pm
Reply with quote
Report this post
Great!

That worked!

Thanks for your great and superfast service!

Cheers
User avatar
Junior Boarder

GK User
Thu Sep 27, 2012 12:34 pm
Reply with quote
Report this post
Just another quick question:

How can I change the distance between the breadcrumps and the content text? Because there is a little to much space between them.

Where would I do that?

Cheers
User avatar
Junior Boarder

Konrad M
Thu Sep 27, 2012 12:36 pm
Reply with quote
Report this post
Is it k2 article or joomla article ?
User avatar

GK User
Thu Sep 27, 2012 12:41 pm
Reply with quote
Report this post
It is a K2 article.
User avatar
Junior Boarder

Konrad M
Thu Sep 27, 2012 12:49 pm
Reply with quote
Report this post
Try add this to override.css
Code: Select all
article#k2Container header {
margin: 0 0 32px;
}

and decrease last value to fit your needs.
User avatar

GK User
Thu Sep 27, 2012 1:01 pm
Reply with quote
Report this post
That worked for me.

Thanks again for your superfast help!!


Cheers
User avatar
Junior Boarder


cron