How to align navigation menu to the right?
-
I want to align the primary menu of the Open Door Responsive Real Estate Theme, to its right, next to the logo.
This is the code for the Main Menu.
/* MAIN MENU DROPDOWNS */ul.sf-menu li {margin-right: 0;} ul.sf-menu li ul {padding-bottom: 10px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;} ul.sf-menu a {line-height: 37px; padding-top:0; padding-bottom: 0; border: none; text-transform: uppercase; font-weight: bold; font-size: 12px; color: #5f5f5f;} ul.sf-menu li:hover ul, ul.sf-menu li.sfhover ul, .sf-menu li:hover { /* background color taken from Color Scheme setting in Theme Options. Code is in /css/css.php */ } .sf-menu li:hover a {color: white;} .sf-menu li li:hover {background: #fafafa url(images/select.png) no-repeat 10px center !important;} .sf-menu li li:hover a {color: #5f5f5f;} .sf-menu li li li:hover {background-color: #fafafa !important;} .sf-menu li li li:hover a {color: #5f5f5f !important;} .sf-menu li li li a {color: white !important;}
I tried to add
float: right
, but it’s not working in Internet Explorer. Please help, how to fix the issue. I would really appreciate some help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to align navigation menu to the right?’ is closed to new replies.