Jump to content

how to move this menu to the right ?


Recommended Posts

It's in global.css.

 

Find this code:

#home-page-tabs > li {
    border-left: 1px solid #D6D4D4;
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
}

Change to this

#home-page-tabs > li {
    border-left: 1px solid #D6D4D4;
    float: right;
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
}
Link to comment
Share on other sites

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...