Strange issue with colors on different browsers

Hello guys! I’m experiencing a very strange issue. It seems that the color of the content area on Firefox or Opera is different than the color on Chrome. For example, this is how it looks like on Chrome (and how i want it to look like on all browsers):

And this is how it looks like on Firefox:

As you can see, on Firefox, the sidebar color takes over the content area color. Why is this happening?

Thank you in advance and wishing you a great weekend!

Hi Cristian,

Sorry that you’re having that issue, that seems to be a bug with the new release. I’ve submitted this to our issue tracker so the developers will be made aware of it.

In the meantime, please add this to Theme Options > CSS

.blog.x-ethos .x-container.main::before {
	display: block;
}

Thanks,

1 Like

@friech, thank you! Problem solved

Glad it’s working now, cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.