Thanks for using Author!
Try out this CSS to get started and let me know what you think:
.sidebar-primary .widget {
border-top: none;
padding: 12px 1px;
}
Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away. That will remove the borders between the widgets and cut the spacing in half.
Thread Starter
polza
(@neellik)
Hi Ben,
thanks very much that removed the separators and fixed some of the gaps. Any ideas how I can remove or lessen the gap between the word cloud and the popular posts?
Thanks very much for your time 🙂
Sure thing!
This extra bit of CSS should remove the gap remaining there as well:
.widget_tag_cloud,
.widget_tag_cloud p {
margin: 0;
}
Thread Starter
polza
(@neellik)
Thanks, Ben.
that worked a treat! thanks very much. Love the theme, been looking at the pro version. 🙂
That’s great to hear! Stay in touch if you need anything else.