Jump to content

Recommended Posts

Posted

Hi,

 

I have just downloaded the latest clouds theme. I am going to pull it apart and create a theme for my schools VLE.

 

One thing i am stuck on. The whole thing is set towards the left of the page, how do i make it so its center? I think its looks a little daft on the left.

 

Thanks

 

Z

Posted

I'm more of an apprentice moodle geek (depite having delegated my moodle responsibilities i still do themes occasionally!)

Can you PM me with a link to it (or place here) and I'll have a look (although probably be tomorow now! :) )

Posted

Not sure what you mean about it displaying to the left of the page? A link to your dev site might help if its public?

 

One thing to bear in mind with the Clouds theme is that it draws from the "Standard" moodle theme, so styles_clouds.css just overrides style set in the standard theme.

 

Thats whats centering the page:

 

#content-wrapper {

width:900px;

margin:0 auto;

}

 

 

Id try and play around with with #page margins and width for starters.....

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...