Ankush Mehrotra
asked 10 years ago

In Dw-minion theme, how to reduce the margin in sidebar widgets from:
original margin
To:
desired margin
Thanks in advance.

1 Answers
Wilfred
answered 10 years ago

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!

Ankush Mehrotra
replied 10 years ago

It worked like a charm. Thanks Wilfred.
Kindly please let me know the same for primary sidebar.

Dominic Staff
replied 10 years ago

Add the following code line into header code in Dashboard > Appearance > Customizer

Ankush Mehrotra
replied 10 years ago

Thanks it worked too.

Powered by DW Question & Answer Pro