Mobile layout

Home Forums Legacy Support Support queries Styling issues Mobile layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #69572
    Halvard
    Participant
    Hi, I use post grid on my front page to list courses. It looks good on desktop, but the size of the courses are really big on mobile and tablet. The size of the course pictures becomes really big. Is it possible to reduce the size? Front page: https://www.nettbasertekurs.no/   Thank you for your help!  
    #69636
    H.K. Latiyan
    Participant
    In the grid settings there is the width setting, reduce or set the smaller width  there and save changes. Let me know if this helps.
    #69639
    Halvard
    Participant
    Ah, it was that easy! Thank you :) One more question, now the course list is touching the edge of the screen on the left. How can i move it the centre?
    #69762
    H.K. Latiyan
    Participant
    You can try using this css in your appearance->customize->custom css:
    @media (max-width:768px){
    
    ul.grid.masonry {margin-left:37px;}
    
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile layout’ is closed to new replies.