Home Forums WoodMart support forum MOBILE SIDE BAR ISSUE

MOBILE SIDE BAR ISSUE

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #102128

    Jeriss Cloud Center
    Participant

    See the attachment where you see I’ve found a bug in the mobile side bar. When you play a little with it, you’ll find it by doing more than in a simple test. You have to really scroll up/down, and even if the bar is already at the most down, release your finger off the screen and then again scroll down more. There you’ll find the issue.

    #102129

    Jeriss Cloud Center
    Participant

    Attachmnet

    Attachments:
    You must be logged in to view attached files.
    #102205

    Hello,

    Your problem is not clear. Please provide step by step description and what is wrong on which step.

    Best Regards

    #102594

    Jeriss Cloud Center
    Participant

    Please check the video. You’ll see the empty gap at the bottom of the sidebar (menu sidebar & widget sidebar).

    #102724

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    .cart-widget-side, 
    .login-form-side, 
    .mobile-nav {
    	height: 100vh;
    }
    
    @media (max-width: 1024px) {
        
        .offcanvas-sidebar-mobile .sidebar-container {
        	height: 100vh;
        }
    } 
    

    Best Regards

    #103270

    Jeriss Cloud Center
    Participant

    In general css or mobile specific?

    #103393

    Hello,

    Insert this in Global CSS.

    Best Regards

    #103481

    Jeriss Cloud Center
    Participant

    Great, problm solved

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘MOBILE SIDE BAR ISSUE’ is closed to new replies.