Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1326045

    Usually I set up the post module on a site to grid 3 collums. Which works fine on a laptop. On my phone, I get one collumn, which also makes sense. However om my tablet in portrait mode the layout is messed up. I get an alternating 1 post bigger thumbnail in a row and then two posts next to eachother > one post > two posts… etc…

    When I use the masonry module, this doesnot happen and all rows are the same.

    What can I do to achieve the same result on my tablet? In other words nicely algined rows of two posts each?

    #1326103

    Hey Pierre,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width:767px) { 
    .responsive #top #wrap_all .slide-entry {
        width: 100%;
        margin-left: 0;
    }}
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.