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
#component_wrap {
padding:0 18px 18px 18px;
}
.componentheading {
margin-bottom:32px;
}
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