Mobile Menu Trigger position

Home Forums Legacy Support Support queries Styling issues Mobile Menu Trigger position

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42039
    rebeccazau
    Spectator
    Installed Points system theme, browsing in mobile, the position of Trigger is not correct (see attachment). Please advise how to fix it. Thanks
    #42041
    rebeccazau
    Spectator
    Installed Points system, like to know how to take off the white border between Header top and Header, also border in Sub-menu. Thanks
    #42044
    rebeccazau
    Spectator
    Installed Points system theme, when I am in Blog page, Sub-menu is displayed behind the Widget Tab (see attachment). Please advise how to fix it. Thanks
    #42081
    H.K. Latiyan
    Participant
    Can you please share the site url with us to check and give you the appropriate solution to this. You can mark your reply as private while sharing site url, if you like to hide it from other users.
    #42110
    rebeccazau
    Spectator
    www.parentsinfohub.com
    #42291
    H.K. Latiyan
    Participant
    1) Please try adding this css in your wp-admin->appearance->customize->custom css:
    @media (max-width:768px){
    #logo img, #alt_logo img {
    max-width: 137px;
    }
    header #trigger {
    top: 28px;
    right: 50px;
    }}
    2) Please try adding this custom css:
    header {
    border:none !important;
    }
    nav .sub-menu, #item-header {
    border:none !important;
    }
    3) Please try adding this custom css: header {z-index:9999;}
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Menu Trigger position’ is closed to new replies.