Fordson theme - How to expand text box?

Re: Fordson theme - How to expand text box?

by Chris Kenniburg -
Number of replies: 3
Picture of Particularly helpful Moodlers Picture of Plugin developers

It is built into the theme.  Look on Site ADmin under Fordson Theme and adjust the content padding as seen in the pic.


Attachment iLearn  Administration  Appearance  Themes  Fordson.png
Average of ratings: Useful (1)
In reply to Chris Kenniburg

Re: Fordson theme - How to expand text box?

by Ha Lee -

Thank you for your help. However, this is my display and I can't find anything called "Content Padding" you showed. If you know anything, please kindly guide me. Thank you! 


In reply to Ha Lee

Re: Fordson theme - How to expand text box?

by Chris Kenniburg -
Picture of Particularly helpful Moodlers Picture of Plugin developers

You'll want to update the theme then.  It's been added to the theme in most recent versions.  

All new development is happening on M3.3 so if you have M3.2 you'll need to hard code the CSS using the SCSS Custom box.

You did not state which version of moodle or version of Fordson you are using so I am only guessing.  

You can also just hard code it:

#page.container-fluid {padding: 0 2rem!important;}

In reply to Chris Kenniburg

Re: Fordson theme - How to expand text box?

by Ha Lee -
Problem solved! Thank you very much smile