Course grid too large for tablet

Home Forums Legacy Support Support queries Styling issues Course grid too large for tablet

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #230247
    Wp-zm
    Participant
    Hi, On a wide screen i am displaying 4 courses per row. On mobile it displays one course and thats fine. But for tablet it is displaying one big course grid. How to change that and make it display 2 courses instead of one ?   Thanks
    #230260
    Wp-zm
    Participant
    Under Vibe Grid I set 'Grid Masonry layout' to yes. and this solves the breakpoint issue. Now Im trying to figure out how to center the courses inside the grid.  Cant find a center option in vibe grid under elementor
    #230303
    Veronica
    Moderator
    hi, send the URL of the page on which you want to make changes and provide some screenshot for clarifying that what you exactly want. and provide the credentials for further checking the issue but in private reply.
    #230471
    Wp-zm
    Participant
    This reply has been marked as private.
    #230542
    Veronica
    Moderator
    hi, add this code in appearance>>customize>>custom css
    .elementor-widget-container .v_module.vibe_post_grid  .vibe_grid.masonry ul.grid.masonry { left:200px !important; }
    let me know the result
    #230697
    Wp-zm
    Participant
    Hello, No it didn't work. Same problem can be seen here: https://wplms.io/demos/modern/ In the meantime I wont use the grid masonry layout
    #230789
    Veronica
    Moderator
    Hello, it is already in 2 columns, Refer: http://prntscr.com/pm479n Please let me know the page URL where had you used the masonry grid.  we will have a look.
    #230802
    Wp-zm
    Participant
    Hello, I was not refering to the break point issue, this was solved using the masonry grid. The problem is that the couses are not centered properly inside the grid; see the gap on the right of the grid on the screenshot you sent. Thanks
    #230909
    Veronica
    Moderator
    hi, ok i got it use this code @media screen and (min-width:624px) and (max-width:992px) { ul.grid.masonry  { left: 11vw !important; } }
    #232167
    Wp-zm
    Participant
    How do I center the course category filter as in this demo: https://wplms.io/demos/oneinstructor/ Thanks
    #232321
    logan
    Member
    This reply has been marked as private.
    #233255
    Wp-zm
    Participant
    Thanks.    
    #233273
    Veronica
    Moderator
    can close the topic?
    #233363
    Wp-zm
    Participant
    Yes you can close the topic.  
    #233380
    Veronica
    Moderator
    closing  
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Course grid too large for tablet’ is closed to new replies.