Link to home
Start Free TrialLog in
Avatar of David Schure
David Schure

asked on

Moving Menu Bar Over

I need to move the Menu Bar over to the right.  How can I do this?  It's somewhat in the center now and I want it to be to the right of the screen.  Thank you.

http://www.mediascrubber.com/index.html
Avatar of David Schure
David Schure

ASKER

I tried this but it did not work.
#header .nav-menu.nav-demo-2{
    display: block;
    position: inherit;
    padding: 0;
    background-color: transparent;
    transform: none;
    height: auto;
    margin-top: 7px;
    float: right;
}

Open in new window

Also tried:
#header .nav-menu.nav-demo-2{
    display: block;
    position: inherit;
    padding: 0;
    background-color: transparent;
    transform: none;
    height: auto;
    margin-top: 7px;
    right; 0px;
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you guys!  Worked most beautifuuly!