Issue with header

Posted in: Newspaper
Post count: 12

I’ve made a banner for my site running the Newspaper theme, I have the right theme type selected which should use the built in css to scale my header down for maximum quality http://thereadoptional.com . As you can see it runs perfectly on Safari,Chrome,Opera and others without me touching any code.

The problem is that Firefox and IE do not scale my header and runs its native size, why is this? What do I need to add to stop this from happening which is delaying the release of the site. I’ve added this code which seems to have fixed the problem on Firefox

.td-md-is-firefox .td-header-sp-logo img {
width: 100% !important;
}

But I do not know how to fix the issue on Internet Explorer

Any help would be greatly appreciated

Post count: 22421

Hello,

You can use the same method for IE as you did on firefox:
.ie11 .td-header-sp-logo img{
width: 100% !important;
}

Thank you

Post count: 12

Hi there,

I have inputed this CSS into both the theme panel and WordPress and it still does not work. Our site launches tomorrow and this is a critical issue. I am extremely disappointed as the header is still does not work when using internet explorer — thereadoptional.com

Post count: 7909

Hi,

I have checked you site and did not found any issue on IE 11 – http://screencast.com/t/SzhOO80k
Anyway you could use this custom css in Theme Panel > Custom Css(or in stylesheet file)instead of classes to target the browser and it should be applied on all:

.td-header-style-10 .td-header-sp-logo img {
width: 100% !important;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.