Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #519644

    You guys were doing great.
    See the ugly icons and misaligned sub-menu items under the ABOUT tab.
    The menu functioned great for a long time.
    Thanks!

    #520005

    Hey Justin!

    I checked your website and it looks beautiful to me. Can you show us whats going for you please? use imgur.com or dropbox to add some screenshots highlighting any issues.

    Regards,
    Andy

    #520051

    Thanks Andy, and I am sorry I meant mobile: http://js-interactive.com/MOBILE.png

    #520056

    Hi!

    Please add following code to Quick CSS

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
    content: "\25BA";
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #520619

    Thanks Yigit, how do I get the sub-menu to left -indent..? It needs padding.
    It was previously set this way by default in the theme.

    Appreciate it.

    #521002

    Hi!

    You have following code in Quick CSS

    ul.sub-menu li a {
        padding: 5px 8px!important;
        border: 0!important;
    }

    Please change it to

    @media only screen and (min-width: 990px) {
    ul.sub-menu li a {
        padding: 5px 8px!important;
        border: 0!important;
    }}

    Regards,
    Yigit

    #521020

    AH! Thank you!!
    Justin

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile Menu WHAT HAPPENED?’ is closed to new replies.