Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End navbar on mobile device

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #197824
    drizzy
    Participant

    Hi there,

    I’m trying to figure out a issue I’ve been having. if you check out link

    the navigation bar is fine on normal browsers, but when view on mobile devices i.e android, iphone it becomes cuts off.

    screenshot

    Can anyone help me out here TIA:)

    #197829
    Senff
    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.

    #197830
    drizzy
    Participant

    Thanks Senff,

    So its not possible to have the bar span across the site?

    and the user just presses the button to view the links.

    I guess I’ll have to restructure the entire site.

    #197831
    Senff
    Participant

    Sure it’s possible. But you should make your entire site responsive, or not at all. If only some elements are responsive while others are not, you’ll keep running into issues like these.

    #197875
    drizzy
    Participant

    Thanks Senff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Back End’ is closed to new topics and replies.