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

    Hi. I set it to display 4 columns which is great for web but for mobile it makes them very small and show 4 logos at a time with two columns (2 rows).

    How can I make it show one logo at a time on mobile so they can be nice and big? (but keep 4 colums on web)

    Or if you have a better solution than partner/logo let me know. thanks.

    http://premiereATM.com

    #1184659

    Hey dolandr,

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

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

    Best regards,
    Rikard

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