Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tresoar Friend
    #758497

    Suddenly my menu doens’t work anymore. :((
    It does work on smaller screens. I don’t know how to solve this.

    Pankaj Sharma Moderator
    #758710

    Hi could u provide more details about the problem with a screenshot , I checked your site and menu item are working on site .

    tresoar Friend
    #758862

    Hello,

    I found out that the second menu item (menu item below home) isn’t working.
    I tried to disable the second one and noticed that the menuitem that becomes second then doesn’t work and so on.

    Pankaj Sharma Moderator
    #758874

    Hi problem is from your custom.css file
    Find this code in custom.css

    @media (min-width:768px){

    .ja-vertical-menu .t3-header .logo {
    height: auto;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 48px;
    padding-top: 10px!important;
    position: fixed;
    top: 40px;
    width: 292px;
    z-index: 2;
    }}

    replace it with

    @media (min-width:768px){

    .ja-vertical-menu .t3-header .logo {
    height: auto;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px!important;
    position: fixed;
    top: 40px;
    width: 292px;
    z-index: 2;
    }}

    tresoar Friend
    #759754

    Thanks! Problem solved.

Viewing 5 posts - 1 through 5 (of 5 total)

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

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