Bug in Sidebar columns

Posted in: Newspaper
Post count: 1

Hey recently I have noticed a bug in all sidebar colums. It is happening only in Microsft Edge and Internet explorer. I tried changing sidebar colums but it’s happeing with all colums. It’s a CSS issue. You can check this on my website’s home page. http://www.yoodley.com

Post count: 13

Hi,
here is a fix for this issue. Please an moderator to confirm it and why not to put it in the next theme update.

So, you have to put the below code into the theme settings -> custom code -> custom css

html[class*=ie] [class*=td_flex_block_] .td-image-container{

float:left;
margin-right:10px;
} 

Let me know 😉

  • This reply was modified 6 years by Kpkna.
Post count: 13

In your case you have to add this code too (in the same location)

.tdi_18_cc8 .td-module-meta-info {display:block;}

Post count: 35449

Hi,

Indeed there is an issue on Internet explorer + Flex Blocks, the IE do not recognize the flex css parameter.
Please try this code:
[class*="ie"] .td-module-container {
display: block;
}
[class*="ie"] .td-image-container {
height: auto;
flex: initial;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Also please let me know the version that you are using on Safari.

Let me know the results!
Thank you!

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