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: Need to resize area occupying logo

#3514
Mowjee
Participant

I tried to make the following banner take up the entire space above the menu.
The image that I would like to show in the whitespace above the menu.

In order to do this, I changed the following:
#site-title {
font: 36px ‘Philosopher’, sans-serif;
line-height: 0px;
}

#access {
border-top: 0px solid #EAEAEA;
border-bottom: 0px solid #EAEAEA;
margin-left: 10px;
}

#site-title a img {
vertical-align: inherit;
max-width: 1038px;
height: 150px;
}

.clearfix {
margin: 0px;
max-width: 1038px;
}

.hgroup-wrap {
padding-top: 0px;
padding-bottom: 0px;
}

While this works for the desktop, when I view the site on a smartphone or a tablet, the banner loses its responsiveness.

Any help would be much appreciated.

Thanks!