Open emmarichardson opened 9 years ago
I think maybe you already had the background fixed.
Setting the region main to 100% would push the blocks on the right down. Not sure if thats great too. Not that I know a better solution :)
With blocks left it works a lot better, I could ignore the user setting on this page an just push blocks left, what do you think?
I think the idea of the grader report is that on smaller devices you can still see a lot of the grid. Perhaps removing the blocks would be a better solution.
I think the blocks should be removed, or push under the "region-main" (as done by theme Essential)
Or maybe have the blocks appear to the left of the content? (just on this page) and on the right in RTL mode. (like on the Aardvark theme)
Currently when using Right Block layout, the blocks overlap the grader report (screenshot attached). Can be fixed with following CSS: .path-grade-report-grader .gradeparent table { background:#fff; }
page-grade-report-grader-index #region-main {
width:100%; }