@enquirieswedding-creations-com: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
Did you mean padding or margin? If you want to reduce padding-bottom, use this one.
#secondary .widget {
border: 1px solid #d4af37;
padding-bottom: 0;
}
Or if you want to reduce margin-bottom, use this one.
#secondary .widget {
border: 1px solid #d4af37;
margin-bottom: 25px;
}
Note: Please adjust the pixel value for margin or padding in above code, do not forget to use px at the end.
Regards,
Mahesh