Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1390380
    ferdia
    Participant

    Hello,

    I’ve made a new additional menu area and added e new menu items to it. Everything is working fine except for the fact the the menu items display in reverse order. This would not have being a problem were it not that the same menu is also display in de foot en there is displays correctly.

    Any idea what make be causing this.
    The URL is: http://eye-site-testing.com

    Thanks

    #1390460
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    #1390847
    ferdia
    Participant
    This reply has been marked as private.
    #1391360
    Rad
    Moderator

    Hi there,

    Please replace this existing CSS,

    .woo_menu_class li, div.menu li {
        float: right;
        position: relative;
    }

    With this

    .woo_menu_class li, div.menu li {
        position: relative;
        display: inline-block;
    }
    .woo_menu_class ul, div.menu ul {
        text-align: right;
    }

    Hope this helps.

    #1391675
    ferdia
    Participant

    Thanks Rad, that did it.

    #1391751
    Joao
    Moderator

    glad to hear it,

    cheers

  • <script> jQuery(function($){ $("#no-reply-1390380 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>