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

#43110

@jasyn To reduce the space under the menu bar on the other page except the home page go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

.home #content {
    padding: 60px 0 10px;
}
#content {
    padding: 0;
}

Thank you!