Cannot figure out how to properly get rid of the white space at the top of my site. Any help would be much appreciated. :)
for reference: http://www.jesseweseloh.com
Cannot figure out how to properly get rid of the white space at the top of my site. Any help would be much appreciated. :)
for reference: http://www.jesseweseloh.com
Fixed, found the correct code to delete.
Care to share the solution?
Hey!
Lawrencesss, I'm not entirely sure which white space we're talking about here. Could you link to your page? This way I can provide specific instructions.
Regards,
Chris
If you disable all the social networking icons, you are left with an empty white space at the top of the page, with a lone RSS icon.
Hey!
You can add this to your Quick CSS or custom.css
.social_container{display:none;}
Best regards,
Chris
Thanks very much for your assistance.
Glad that Chris could help you - status set to resolved :)
I want to remove the padding at the top and bottom above the green line (see: http://investoren-signale.de)
I have removed the social_container with custom css but the paddings cannot be removed.
I tried to fiddle with #wrap-all but couldn“t get the padding to go away.
Any suggestions?
Hi!
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at angular->styling:
.boxed #wrap_all {
margin: 0 auto;
}
Best regards,
Kriesi
Thanks a lot, works great! :-)
This topic has been closed to new replies.