Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420898

    Mauricio420ruiz
    Participant

    Hello!

    I need to have these drop down sub-menus open to the right! I have tried everything and nothing has worked. Does anyone have some CSS that will make them open to the right? Look at the website! Thank you so much guys!

    http://www.ewtra.com

    #1421169

    Lely
    Moderator

    Hi Mauricio,

    Thank you for the URL.
    Please use this custom CSS:

    .masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
        right: 100% !important;
        left: auto !important;
    }

    Result should be something like this:http://screencast-o-matic.com/watch/cbetfG6JC3

    Hope this helps.