Internet Explorer header issues

Posted in: Newspaper
Post count: 67

Dear all,
Internet explorer is not rendering my header very well. https://www.socialistparty.org.uk/

Unfortunately IE is still widely used…

There are two issues, circled in the screenshot below. I can add IE specific css to my child theme, but I’m failing to find the right css.

All other browsers are fine and IE renders everything on the page well apart from the header.

I’m using an IE 2019 (version 1909) on Windows 10. See IE header issues

It happens on both my work and home computer’s versions of IE.

Post count: 35449

Hi,
I see. Most of the theme are no longer providing support for IE.
I think that the situation can be fixed by using a code like this one: -> https://i.imgur.com/LkSZwcS.png :
.ie11 body .td-header-desktop-wrap .tdb-search-form-btn svg {
height: 32px;
}
.ie11 body .td-header-desktop-wrap .tdb-search-form {
width: 192px;
}
.ie11 body .td-header-desktop-wrap .td-a-rec-id-custom-spot div {
display: block;
}
.ie11 body .td-header-desktop-wrap .td_flex_block_2 {
margin-bottom: 0px !important
}

I hope this will help you!

Post count: 67

Thanks, going above and beyond – much appreciated!!!

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