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: remove padding between Header text and Header image

#5103
Sanjip Shah
Participant

@brreed8 In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

.hgroup-wrap {
    padding-bottom: 5px;
}

Change the px value according to your liking.