_techie_ Posted December 1, 2010 Posted December 1, 2010 Hi, I am trying to do something particular in moodle, I have an aardvark theme, which I have modified, but the news section on the front page does not seem to fill the front page. It seems to be setup with dynamic width set, so if I add more text, it fills the width up appropriately. Is there a way in the CSS content to set the width of this to fill the displayed area fully? It would be most helpful. I have attached an image of the problem that we are having! http://www.chase.worcs.sch.uk/jpg/capture.jpg Thanks, _techie_
gshaw Posted December 1, 2010 Posted December 1, 2010 That's odd, my news posts always stretch across the page as does the Aardvark theme on the Newbury College site (original author's site). Check the CSS for this... .forumpost { border: 0px; width: auto; overflow:none; } Have a look at the width setting to see if it's changed somehow on yours... 1
Achandler Posted December 2, 2010 Posted December 2, 2010 If you view source on that page you can also see what div id is being used to contain that news, it would give you the correct place to look in your CSS. 1
_techie_ Posted December 2, 2010 Author Posted December 2, 2010 Yeah, I figured it out in the end, thanks for your help people!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now