Sidebar / site background colour creeping onto page or post - X 7.02

Since the 7.0 update (7.02 is the same) Ethos shows the page background colour on the page content. It shows correctly on Chrome (PC) but Firefox & Safari show it incorrectly. Chrome on the Mac is also wrong. Doesn’t matter whether I look at pages, posts or search results, that left hand side shows the page background colour.

No caching, the clone site which is still running pre 7.0 is fine. I’m normally quite good at finding CSS issues but this one’s got me.

Bit of a hack but I found that the display:block was no longer present in the move from 6.x to 7.x so I just added this line:

.x-container.main::before
{
  display: block !important;
}

I don’t like overruling in this way but it does the job, hopefully will help someone.

Now fixed in 7.03 :thumbsup:

Hi Paul,

Yes, this has been fixed on Pro 3.0.3 and X 7.0.3, Cornerstone 4.0.3

Changelog
Updating Your Themes and Plugins

Cheers!

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