Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #897427

    Hi
    I do not understand what exactly you want to change on site .
    At present site use only Mega menu that is working fine on PC and Mobile .
    In mobile if you want to disable the mega menu u can disable it from template options > Navigation > collapse navigation for small screens ,
    You can can not get same menu view in PC and mobile as its responsive site .
    If you want same view in PC and mobile for full website u can turn off the responsive view from template options .

    Compile less to css from template option to disable the responsive behave of template .

    Do not forget to take backup of site before applying above changes , You may loose custom changes when compile Less to css .

    Hope it make sense .

    titorus Friend
    #897546

    Megamenu its not working fine in mobile version, appears in blank when touch three lines bar.

    Pankaj Sharma Moderator
    #897638

    Hi
    Add below code in custom.css to fix it

    
    .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {   right: 30px; }
    .t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {   color: #000;left: 10px;}
    @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    } }

    Path : /templates/ja_charity/local/css/themes/eathisa/custom.css

    titorus Friend
    #897931

    thanks, its working now.

Viewing 4 posts - 16 through 19 (of 19 total)

This topic contains 19 replies, has 4 voices, and was last updated by  titorus 8 years, 8 months ago.

The topic ‘How I can delete the horizontal lines of the mobile version menu?’ is closed to new replies.