Mobile Version / Links brocken

Hello,

if I go to the frontend with an android tablet or phone or a iphone. The links doesn

3 answers

Profile photo of Sherlock 0.00 $tone August 9, 2013
Public

Hi mate,

you can look for this css rule in your css file

HTML Code:

.jm-megamenu ul.level0 li.mega a.mega {
  color: #FFFFFF !important;
  line-height: normal;
}

change it to

HTML Code:

.jm-megamenu ul.level0 li.mega a.mega {
  
  line-height: normal;
}

I hope doing that would help.

#1

Please login or Register to Submit Answer

Written By

Comments