TheExtensionLab / MegaMenu

Magento MegaMenu extension
27 stars 6 forks source link

Media Queries #33

Closed sprankhub closed 8 years ago

sprankhub commented 8 years ago

The logic in the rwd theme is always max-width: 770px and min-width: 771px. Hence, the entries under https://github.com/TheExtensionLab/MegaMenu/blob/master/skin/frontend/base/default/scss/theextensionlab/megamenu/_settings.scss should be updated.

JamesAnelay commented 8 years ago

Sorry for the late reply - missed the notification on this one.

If I understand correctly - what your saying is that the "769px" and "770px" values in this file are off by 1 and should be increased by 1 px correct?

If so I think that should be fine for me to update without causing anybody any significant backwards compatability issues and will do so over the next few days. Thanks!

sprankhub commented 8 years ago

Exactly!