Some blocks are not rendering properly in Firefox.

Posted in: Newspaper
Post count: 37

Hi,

Certain blocks are not rendering properly in firefox, other browsers appear to be fine.

Site: https://thebetmatrix.win

It’s quite clear on the homepage that there’s an issue.

Thanks

Post count: 35449

Hi,
It looks that on Firefox some css options are not recognize, in this case is about the display flex, here is a topic about this https://stackoverflow.com/questions/45495680/flex-not-working-properly-in-firefox/45495919
The fix is to add and min-width: 1px; per display flex.
Please try this custom css:
body .tdc-content-wrap .tdc-row-content-vert-center, body .tdc-content-wrap .tdc-row-content-vert-bottom {
min-width: 1px;
}

Set the code in the theme panel > custom code> custom css.
I hope this will help you!
Happy New Year!

Post count: 37

Hi Calin,

Ok, looks like that’s sorted it. Thanks & Happy Holidays

Best Regards

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