• 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)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What have your theme’s vendors said regarding your issues?

    Thread Starter sharmaamit

    (@sharmaamit)

    I’ve issued the ticket, and they’re not responding on time. I’m in a bit of hurry, have to represent this to some. It’s just the IE, rest is alright. I’ve clearly added the DOCTYPE too. But it’s still the same. Please help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, but we don’t support commercial themes.

    Thread Starter sharmaamit

    (@sharmaamit)

    Ah, alright, didn’t knew that. Sorry.

    And thanks for your time ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to align navigation menu to the right?’ is closed to new replies.