In Dw-minion theme, how to reduce the margin in sidebar widgets from:
To:
Thanks in advance.
1 Answers
Hi Ankush,
In order to narrow down the space between widgets on secondary sidebar, you can do as following:
– Add the following code line into header code in Dashboard > Appearance > Customizer
<style>
#secondary .widget {
border: none;
padding-top: 0;
margin-top: 15px;
}
</style>
Hope this helps!
It worked like a charm. Thanks Wilfred.
Kindly please let me know the same for primary sidebar.
Add the following code line into header code in Dashboard > Appearance > Customizer
Thanks it worked too.
Please login or Register to submit your answer