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

    Hi, i’m using single image to show our crew members on our website. there are 5 rows in desktop mode, and when you see from mobile you will see one image per row, which is totally fine for us. Only thing is we would like images to be seen little smaller on mobile mode because right now they take full width on mobile screens. Can you help me? Thanks

    #924320

    Hey emanuelecocchiaro,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #team img {
        max-width: 80% !important;
        display: table !important;
        margin: 0 auto !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 6 years, 1 month ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.