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: Delete padding around logo in header and make header image taller

#5080
Sanjip Shah
Participant

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

#branding .container {
    margin: 0 auto;
}
#site-title a img {
    vertical-align: top;
    height: 250px;
    width: 500px;
}

Try this out, you can change the px values to your liking.