Change alignment of menu


Author Message
Dean Clarke

Posted: 3/15/2009
Quote message 

Hi,

I have created a website using artisteer - www.woolseybridgefarm.com, the only thing I cant do is change the alignment of the menu at the top so that it is on the right hand side.

How can I acheive this in either artisteer or by editing the CSS or index.php files
 
jennifer

Posted: 3/15/2009
Quote message 

Quote Dean Clarke:

Hi,

I have created a website using artisteer - www.woolseybridgefarm.com, the only thing I cant do is change the alignment of the menu at the top so that it is on the right hand side.

How can I acheive this in either artisteer or by editing the CSS or index.php files


add this at the bottom of your style.css:
.nav ul {
float: right;
}

 
Dean Clarke

Posted: 3/17/2009
Quote message 

:-)

Thank you - worked a treat