I would like to take some of the space away from the top and left. Maybe 30%. Where would I find this?
Thanks!
I would like to take some of the space away from the top and left. Maybe 30%. Where would I find this?
Thanks!
Hey,
I'm not sure if this modification will break the theme or not but you can add a margin by using following code (in css/custom.css):
.container_wrap, #wrap_all {
margin: 30%;
}Hi Dude,
At the moment i'm having to push the main content up the site using custom.css with the following:
.container_wrap {
margin-top: -50px;
}
This seems a bit clumsy and causes the nice dashed line at the top to disappear.
Which part of the main CSS is causing this ±85px gap at the top? I'd like to simply remove or reduce it, rather than using additional negative margins?
Can't seem to find anything in the Stylesheet here:
.container_wrap, #wrap_all{ /*div for perfect centering of large scale background images*/
width: 100%; margin: 0 auto; z-index: 1;
position:relative; display:table;
}
Thanks.
You can use following code to adjust the gap:
#header {
margin-bottom: 80px !important;
}
Increase or decrease the margin-bottom value.
Ah, so simple when you know how! Thanks.
Glad that I could help you :)
Forget my post, wrong theme. :(
This topic has been closed to new replies.