Hello! I would like to know if I can customize the spacing between widgets in my right sidebar on my blog page. I'm providing a link to the blog page itself below. Thank you for all the help! http://www.jessicazimmer.com/journal/ All the Best, Jessie
Hi, Jessie.. Greetings from InkThemes! Please paste the code given below in Custom CSS field of your dashboard. Code: .sidebar_wrapper .sidebar { padding-left: 12px; } Change the numeric value as per your requirement.. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Close, but not quite. This is pushing everything to the right. Let me try to explain better. I want to increase the white space between individual widgets - recent entries, currently reading, the newsletter subscription, etc - by adding more padding between each widget and the next widget header. Does that make sense? - Jessie
Hi, Jessie.. I got your concern...Kindly use below code and change the numeric value accordingly.. Code: .wrap_sidebar { margin-bottom: 50px !important; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com