Problem with content being cut off

Problem with content being cut off

by Ryan Price -
Number of replies: 4

Hi I hope this is a simple solution, although I can't figure it out.

I upgraded to 2.9.1

All the content I have in the courses doesn't fit in the window.. see image

This is an HTML table, the ride side is cut off. I am using the Clean theme.


Any feedback at all would very much appreciated. Thanks !


Attachment Capture.PNG
Average of ratings: -
In reply to Ryan Price

Re: Problem with content being cut off

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

It's a Moodle bug MDL-50923

In reply to Mary Evans

Re: Problem with content being cut off

by Ryan Price -

omg I thought I was losing my mind.

I found the CSS that is doing it.. but can't figure out how to override it.

I realized I can't spell "right" either.. haha

thanks for the reply !

In reply to Ryan Price

Re: Problem with content being cut off

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Add the following ...

.empty-region-side-pre.empty-region-side-post #region-main-box,
.empty-region-side-pre.empty-region-side-post #region-main {
    width: 100%;
}

to your Clean theme's CSS section of the setting page found at:

Site Administration > Appearance > Themes > Clean

Cheers

Mary

Average of ratings: Useful (1)
In reply to Mary Evans

Re: Problem with content being cut off

by Ryan Price -

Thanks Mary smile

I was able to apply it.. actually this is easier.. I was down in the CSS files, but I should use the admin UI where I can. New to Moodle... still learning !