badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Padding

#42087

Hi Brian,

To decrease the padding between the other Business Section widget go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

.widget_featured_page .container,
.widget_featured_page .midd,
.promotional_bar_content,
.widget_testimonial {
    padding: 30px 0 10px;
}
.widget_recent_work,
.widget_service {
    padding: 30px 0 0;
}

Thank you!