Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • librandi Friend
    #943713

    Hi, I can’t see in small screen the menu in top-l, can you explane me why?
    thankyou very much

    Saguaros Moderator
    #944425

    Hi

    Which modules are you referring to? as I can’t see the position ‘top-l’ on your site.

    You can see screenshot highlighting it for better clarifications.

    librandi Friend
    #944457

    thank you Saguaros,
    the menu in screenshoot:cattura1 is hide in small screen

    Saguaros Moderator
    #944460

    I don’t see the screenshot in this topic, could you update it again?

    librandi Friend
    #944468

    hoops, I’m sorry


    1. Cattura1-1
    librandi Friend
    #944732

    Hi have you notive for me?

    Saguaros Moderator
    #945144

    I don’t see it in desktop view, could you check again? http://prntscr.com/bmdx8u

    librandi Friend
    #945297
    Saguaros Moderator
    #945658

    Hi

    It due to this css rule on your site:

    @media screen and (max-width: 992px) {
    .t3-topnav .nav {
        display: none;
    }
    }

    You can open the file: ROOT/templates/ja_teline_v/css/custom.css (create this rule if it doesn’t exist)

    And override above rule by adding this:

    @media screen and (max-width: 992px) {
    .t3-topnav .nav {
        display: block;
    }
    }
Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 8 replies, has 2 voices, and was last updated by  Saguaros 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum