Hi,
I would like to know if I can center the menu header and How to do that ?
Thank you
(sorry I french and my english is not very well)
Hi,
I would like to know if I can center the menu header and How to do that ?
Thank you
(sorry I french and my english is not very well)
It depends on your site...if you post a link, someone may be able to help you with it.
sorry,
it's better with the address website
this is : http://www.theweddingdesigner.co.uk
thank you
I'm guessing that you want the menu all on one line?? -- right now it's on two because the width is set to less than the full width of the page. If so, add a width to the following CSS code:
#menu {
position: relative;
width: 100%;
z-index: 100;
}it's perfect
thank you very much
You must log in to post.