• Resolved arrami1

    (@arrami1)


    I am using the Grid mode with 3 columns for the thumbnails but on mobile device it shows the whole list in one column at the width of the screen which doesn’t look nice especially if you have a big list. Is is possible to control the number of columns for smaller screens?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter arrami1

    (@arrami1)

    For now I managed to solve this by adding this code, although the margin-right is not perfect:

    @media only screen and (max-width: 479px){
    body .yotu-template-grid .yotu-videos li {
    width: 48%!important;
    margin-right: 2%!important;}}

    Plugin Author yotuwp

    (@yotuwp)

    Hi arrami1,

    That is great when heard that from you.

    For this time, we only apply one columns for mobile.

    Hope that convenient for your plan

    Best regards,

    YotuWP Team

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Only one column in Grid for mobile’ is closed to new replies.