• Resolved Vishnu

    (@vishualmedia)


    Hi Dev,

    your plugin are awesome. I have a question about the responsive layout on mobile. Can you help me how to make the grids change on the mobile display? I’ve set 4 columns on the desktop, but on the mobile it is change to one column.

    Thank you.

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

Viewing 1 replies (of 1 total)
  • Thread Starter Vishnu

    (@vishualmedia)

    I just resolved using this code

    @media only screen and (max-width: 480px) {
        .ayg-row {
            margin: 0;
        }
    
        .ayg-col-4 {
            width: 25%;
        }
    
        .ayg.ayg-theme-classic {
            margin: 0 2%;
        }
    
        .ayg-thumbnail {
            padding: 4%;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Responsive on mobile’ is closed to new replies.