On my site http://181.224.148.90/~ksmorsdk/index.php/ the menu icon is not displayed on screens below 720px.
On your demo site you have the following FA icon which I dont see on my site: <i class="fa fa-bars"> </i>
Is it a bug and in what file should I look to fix it and how?
2 answers
I have seen your site and see you are missing code in header. http://prntscr.com/4jsri0
please add it as below :
the file : \app\design\frontend\default\jm_megamalltemplate\ page\html\header.phtml
Find "<div id="jm-mainnav" class="has-toggle">"
and add this code under
Code:
<div class="btn-toggle menu-toggle" > <i class="fa fa-bars"> </i> </div>
Perfect, thanks.
This question is now closed