Boost -- reduce left and right margins of content area

Re: Boost -- reduce left and right margins of content area

by Gareth J Barnard -
Number of replies: 1
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

?  From the screen shot it looks like you've already done this with something like:

#region-main {
    padding-left: 0;
    padding-right: 0;
}

Unless you then change the value of the selectors:

.course-content ul.ctopics li.section.main .side,
.course-content ul.ctopics li.tcsection .side

by changing the string:

$string['topcollsidewidthlang'] = 'en_us-28px';

in /course/format/topcoll/lang/en_us/format_topcoll.php then do a 'Purge all caches' or use Moodle's own language string editor in the UI to change that string for my Collapsed Topics course format.

Average of ratings: Useful (1)
In reply to Gareth J Barnard

Re: Boost -- reduce left and right margins of content area

by D Ox -

Hi. 

I have a similar question. We are normally using cell phones to access our site normally. However, about half the space in courses is the left & right margins (see below pic) We are using the Boost theme. Is there a way to change those margins?

Thanks