New Topic

Mobile Theme

Home › Forum › Help › Mobile Theme

Tagged: 

This topic contains 4 replies, has 2 voices, and was last updated by  StartupWP 2 years, 10 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2860

    uendi
    Participant

    Hi

    I have just finished building my new site. I notice the mobile theme is slightly different from desktop. For example, the Main Nav Menu, Sidebar Widget and Footer Menu.

    Is there any way to change it by turning off the mobile theme ? I have added code from https://startupwp.com/topic/turn-off-responsive-design/, but still the same.

    My site is http://unishoptown.com

    Thanks.

    #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 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.