New Topic

Mobile Theme

Home › Forum › Help › Mobile Theme

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2862
    uendi
    Participant

    Hi

    I have managed to solve the alignment for the footer menu, but as for :

    1. Nav Menu with the “Menu” shows on the bar in mobile, I would like to change it to be the same as the nav menu in desktop.

    2. Sidebar widget shows in mobile, how to move it to the top which the same as in desktop ? I have used many ways but still can’t find any solution.

    Thanks.

    #2864
    StartupWP
    Keymaster

    You’ll just need to increase the min-width a bit to disable the responsive design:

    body, #wrapper {
      min-width: 1100px !important;
    }
    #2866
    uendi
    Participant

    Thank you very much. After adding this code, it shows just the same as in the desktop.

    However, as for toggle menu in mobile, it still the same. I would like to change it to look the same as the navigation menu in desktop which have 8 items listed accordingly in a horizontal row.

    #2868
    StartupWP
    Keymaster

    Try:

    @media all and (max-width:767px){#menu label.toggle{display:none}#menu ul{display:inline}}

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.