Essential header alignment

Re: Essential header alignment

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

What is the value of the 'pagewidth' setting?

In reply to Gareth J Barnard

Re: Essential header alignment

by mart van der niet -

Variable width

Setting to Fixed width - Normal does not remove the problem

I see that my header differs from yours....

In reply to mart van der niet

Re: Essential header alignment

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Any custom CSS?

Is the site public?

Same header layout, slightly newer version, more navbar content, narrow layout, no changes to CSS:

In reply to Gareth J Barnard

Re: Essential header alignment

by mart van der niet -

Yes, but removing all custom css does not solve the problem.

Reinstalling the essential.css to make sure no accidental changes have occurred: no change

You can have a look here.

In reply to mart van der niet

Re: Essential header alignment

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

If you look you will probably see that the <div id="custom_menu" ><ul> tag is taking up all the space left in the header, so try setting a width for the custommenu something like...

#custom_menu ul { float: left; width: 75%;}

That should allow the message and user menus, which are floated to the right, space to land after the custommenu. At the moment they are being pushed down.