Mobile Menu to big and Slider not visible on mobile devices

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support Mobile Menu to big and Slider not visible on mobile devices

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19666
    Zapped
    Member

    Hi,

    My client likes the theme, however we are having an issue with the menu and slider when viewing the site on mobile devices.

    Can you please advice?

    Thanks

    #19676
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    @media only screen and (max-width: 767px)
    {
    #header-spacer {
        display: block;
    }}
    
    #19692
    Zapped
    Member
    This reply has been marked as private.
    #19718
    Veena
    Moderator

    I don’t see any issue. If you are checking this in chrome developer tools emulator then after selecting the device pls reload the page and check .

    #19773
    Zapped
    Member
    This reply has been marked as private.
    #19789
    Veena
    Moderator

    Pls modify the custom CSS to –

    @media only screen and (max-width: 767px){
    #header-spacer {
        display: block;
        height: 65px !important;
    }}
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.