Help with layout and styles please.

Help with layout and styles please.

by Rich Ellis -
Number of replies: 2

Hi, I'm trying to get rid of the cell padding on my welcome page and have altered my ccs file (fw_layout.ccs) in my theme to get rid of all spacing, but to no avail. Checkout http://www.dup-training.com/hair/moodle/ to see what I mean - there is still a white space around my black background images which I really don't want.  I've viewed the source of the webpage and it appears to be calling on a ccs style named sitetopic, which is not in any of the style files within the theme documents.

Can this padding of 5 pixels be eradicated by changing another file, and if so which one please?

looking forward to any answers, and please go easy on me - that was my first post cool

Average of ratings: -
In reply to Rich Ellis

Re: Help with layout and styles please.

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Rich,

Just add this to your fw_layout.css file:

.sitetopiccontent {padding:0px}

Joseph

Attachment image-0000.jpg