Hi,
How can I shrink the height between widgets at the sidebar.
see example at this link http://thinkdif.co.il/blog/
Thanks
Tal
Hey Tal!
Please add following code to Quick CSS
.widget {
padding-bottom: 0;
margin-bottom: -10px;
}
Best regards,
Yigit
Great, Thanks a lot!
you are the best support team ever!