Menu issue when resizing browser

While testing responsiveness, I noticed that between 720px and 985px window widths (corresponds to the layout-tablet.css, according to the call in page.xml) there is an issue with elements appearing that shouldn’t be there: Attachment 39197

Thinking I messed up some CSS earlier, I checked the JM Sporty demo page (on a different OS running a different browser) and saw the same thing: Attachment 39198

I’m just wondering if this is a known issue and how to fix it? Thanks!

Update: layout-tablet.css, line 182 -- changed
Code:

display: block !important;

to
Code:

display: none !important;

Hopefully I didn’t break anything by doing this.

If someone could explain why this bit was left in as is, I would greatly appreciate it!

2 answers

Please login or Register to Submit Answer

Written By

Comments