Decrease top margin of content

GK User
Sun Feb 20, 2011 12:52 pm
Hi,

I want to decrease the margin between the top Mindfreak TV banner and the top menu here: http://www.mindfreak-esports.com/dev/in ... &Itemid=29

How can I do that?

Thanks
User avatar
Fresh Boarder

Konrad M
Mon Feb 21, 2011 8:43 am
Hi,

If You want to have this black space between banner and top menu model try to add to override.css (remeber to enable it)
Code: Select all
#component_wrap {
padding:0 18px 18px 18px;
}

If space is to small try to more first padding value.

But if space is still to big after this changes add to override.css (of course don't delete above code from css)
Code: Select all
.componentheading {
margin-bottom:32px;
}

and try decrease margin value
User avatar

GK User
Mon Feb 21, 2011 9:24 am
Konrad Mlynarczykowski wrote:Hi,

If You want to have this black space between banner and top menu model try to add to override.css (remeber to enable it)
Code: Select all
#component_wrap {
padding:0 18px 18px 18px;
}

If space is to small try to more first padding value.

But if space is still to big after this changes add to override.css (of course don't delete above code from css)
Code: Select all
.componentheading {
margin-bottom:32px;
}

and try decrease margin value


That worked thanks! :D
User avatar
Fresh Boarder

Konrad M
Mon Feb 21, 2011 9:34 am
Great. I'm glad I help You. :)
User avatar


cron