Issue with mediaquery causing menu-items to wrap prematurely - Joomla! Forum - community, help and support
being new forum, let me know whether following indeed bug and, if so, how should go reporting both bug , fix?
when making browser window smaller, ran issue menu-items (in position-1) wrapping prior righthand side items (in position-7) being shifted bottom. behavior caused site appear vertically stacked menu-items while righthand side items still on right on tablet. (holding tablet in vertical position.)
when checked protostar template.css found following media query:
@media (max-width: 768px) {......}
i think should be:
@media (max-width: 767px) {......}.
when changed 768 767 site worked expected on tablet , when resizing browser window menus en righthand side items move @ same time again.
when making browser window smaller, ran issue menu-items (in position-1) wrapping prior righthand side items (in position-7) being shifted bottom. behavior caused site appear vertically stacked menu-items while righthand side items still on right on tablet. (holding tablet in vertical position.)
when checked protostar template.css found following media query:
@media (max-width: 768px) {......}
i think should be:
@media (max-width: 767px) {......}.
when changed 768 767 site worked expected on tablet , when resizing browser window menus en righthand side items move @ same time again.
Comments
Post a Comment