Hi, anyone know how to do this please?
Thanks
Centering horizontal menu?
Re: Centering horizontal menu?
Never had the need to do that yet.
Isn't it as simple as render the menu in a <div> that is centred?
Isn't it as simple as render the menu in a <div> that is centred?
Code: Select all
#menu_div {
width: 700px;
margine-left: auto;
margine-right: auto;
}
Code: Select all
<div id=menu_div">
<?php render menu here;?>
</div>
Re: Centering horizontal menu?
Sadly I've not managed to get a simple solution or a complicated solution to work and had already tried centering the container div with no luck.
Looks like I'll have to try stripping it all down step by step and see what that does.
Looks like I'll have to try stripping it all down step by step and see what that does.
Re: Centering horizontal menu?
Try using "Firebug" to find the class name of the <ul>