Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #640575

    Hi,

    I currently have 21 partner logos (7 columns and 3 rows) at the bottom of my homepage

    On mobile, they are stacking one on top of each other which makes it a very long scroll on mobile

    anyway, i can have 2 or 3 logos appearing on the same column on mobile only?

    thanks

    #640606

    Hey navindesigns!

    That would make the logos look really small.
    Would it be better to have less logos for mobile?
    Would that work out for you?

    Let us know and we will see how to make it better for you

    Cheers!
    Basilis

    #640607

    can i see the code to make it 2 logos per column on mobile?

    #641190

    Hi,

    Add this in the Quick CSS Field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-entry {
        margin-left: 0 !important;
        width: 48% !important;
        float: left !important;
        clear: none !important;
        margin-bottom: 0;
    }
    }
    

    Note that you may find rows with only one item because the default column is set to 5. Another workaround is to create another partner logo element with the same content, set the column to 2 then toggle the elements’ display property on different screen sizes with css media queries: http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Ismael

    #648356

    I think that worked but it messed up two sections above (FROMT THE BLOG) on mobile

    #649795

    Hi,

    Please edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then change the code Ismael posted to following one

    @media only screen and (max-width: 767px) {
    #your-unique-id .slide-entry {
        margin-left: 0 !important;
        width: 48% !important;
        float: left !important;
        clear: none !important;
        margin-bottom: 0;
    }
    }

    Best regards,
    Yigit

    #649907

    thanks that works PERFECT but a few logos are on one line with empty space to the left of them (like 3 of them)

    #650985

    Hi,

    That would not be easily possible as seven images on each line are wrapped in a div.

    Best regards,
    Yigit

    #650989

    No worries.

    That’s ok

    Thanks as always!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Partner logos on mobile’ is closed to new replies.