Hi,
how can I reduce the space between the sidebar elements on my blog http://miApple.me and also the Space between the header Element and the post/page text?
Cheers,
Gee Are
Hey Gee Are!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick-CSS field put the following and adjust first value:
#main main{
padding-top: 10px !important;
}
.widget{
padding: 15px 0px !important;
}
Cheers!
Günter
Hi Günter,
thanks, works except for the footer. How can I change it, too?
Cheers,
Gee Are
Hi!
Try the following:
#footer .widget {
margin: 15px 0 !important;
}
Cheers!
Günter
Hi Günter,
works! Thanks!
But last question: The very first space on the sidebar above the first element is to large. How can I reduce this, that it is in one line with the post headline?
Cheers,
Gee Are
Hi!
Try the following and adjust the value:
#main .sidebar{
padding-top: 0px;
}
Cheers!
Günter
Hi Günter,
great! Works, ticket can be closed!
Thanks,
Gee Are