Why is my sidebar so condensed? In the theme example it isn't this condensed.

Thanks!
Why is my sidebar so condensed? In the theme example it isn't this condensed.

Thanks!
Hello,
Can you give us a link on your website? Did you add any custom css?
Regards,
Ismael
Hi Ismael:
Check out http://www.desinguist.com/blog
I don't have any custom css in there except the following and I tested it and it doesn't effect the squashed sidebar:
div .logo {
padding: 50px 0 13px 0;
min-height: 100px;
}
.csstransforms .image_overlay_effect {
background-color: rgba(0, 0, 0, 0.3);
display: none!important;
}
Hi!
Please add following code to css/custom.css:
.sidebar .widget {
padding: 30px 0 !important;
}
Regards,
Peter
thank you Peter. It works.
Hey!
Glad that I could help you :)
Best regards,
Peter
You must log in to post.