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.
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 .
1 user says Thank You to Pankaj Sharma for this useful post
Megamenu its not working fine in mobile version, appears in blank when touch three lines bar.
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
1 user says Thank You to Pankaj Sharma for this useful post
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.