Scroll Bar in the Menu

Home Forums All Other Themes Scroll Bar in the Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60111
    Thomas RindisbacherThomas Rindisbacher
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: September 23, 2015

    Hi

    I incorporated the following code for the scroll bar in the menu:

    @media screen and (max-width:1023px) {
    .header_right nav { height:auto; overflow:inherit;}
    }

    If you look on my website www.street-workout-place.com on a computer and reduce the window size, the scroll bar is showing up in the menu. If you look my website on any mobile device (e.g. iPhone) the scroll bar is not in the menu. Can you help me please to fix that? It is really important, that the scroll bar in the menu is showing up also on mobile devices.

    Thank you

    #60122
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30703
    • Total: 30703
    Member since: August 16, 2013

    Hi Thomas,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:1023px) {
    .header_right nav { height:auto !important; overflow:inherit !important;}
    }

    Regards,
    Dave

    #60180
    Thomas RindisbacherThomas Rindisbacher
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: September 23, 2015

    Hi Dave

    Thank you very much for your support. I changed that and now it is still working on a computer with a reduced window. On a iPhone it shows now the whole menu without any scroll bar and on a Samsung it shows the scroll bar. That is fine and interested people should now be able to navigate also on mobile devices.

    Best regards
    Thomas

    #60182
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30703
    • Total: 30703
    Member since: August 16, 2013

    Hi Thomas,

    So was your issue resolved?

    Regards,
    Dave

    #60205
    Thomas RindisbacherThomas Rindisbacher
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: September 23, 2015

    Hi Dave

    Yes, it is resolved just different that I thought but it is resolved.

    Best regards
    Thomas

    #60454
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30703
    • Total: 30703
    Member since: August 16, 2013

    Okay great 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Scroll Bar in the Menu’ is closed to new replies.