Logo not resizing when viewed in responsive site on mobile phone

Posted in: Newspaper
Post count: 5

Hi there,

I have migrated our WordPress website to live servers and the Newspaper theme looks great. Except for the fact that when viewed on Mobile, the logo doesn’t seem to resize. I’ve looked through almost every forum I could find via Google and tried a whole bunch of custom CSS code, but nothing seems to work.

The URL is: http://www.balukoo.com/.

Could you please let me know what else I can try to do?
Thanks.

Haresh

Post count: 6600

Hi,

Please use this custom css:

@media (min-width: 420px ) and (max-width: 767px){
.header-style-3 .td-full-logo .td-logo img {
top: 1px;
width: 300px;
height: 48px;
}
}

@media (max-width: 420px) {
.header-search-wrap #search-button .td-sp-ico-search {
position: relative;
left: 0px !important;
}
.header-style-3 .td-full-logo .td-logo img {
top: 1px;
width: 200px;
height: 48px;
}
}

Should fix this like this: http://screencast.com/t/9cPrnFAQRU

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.