Home › Forums › Back End › navbar on mobile device › Reply To: navbar on mobile device
March 10, 2015 at 12:58 pm
#197829
Participant
As long as you have elements that are specifically set at a width of (for example) 960px, such as .site-main .sidebar-inner
, your site will not work properly on mobile.
A phone will zoom out on the page in order to display that full slider (or the icons that are under it), since it’s not responsive, but the menu IS responsive, so that looks way too small.
Better make everything else responsive too, or at least not use large widths on small devices.