Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #627957

    Hello,

    I was wondering if it would be possible to change the way the logo grid shortcode displays logos on smartphone.
    I’m using a 6 columns layout, which switches to a 2 column layout under 767px. I would like it to be a minimum of 3 columns on any display, how would I achieve this? I tried to change some css, with no result…
    Could you please help?
    Thanks a lot!

    #629124

    Hi maxgorelkine,

    Sorry for the late reply. Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #635812

    Here you go

    #636570

    Hi,

    Thank you for the link. Site looks nice.

    Please add this in the Quick CSS field:

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

    Best regards,
    Ismael

    #637946

    Hello,

    Thanks for the css. Unfortunately, it doesn’t seem to work properly as you can see on the test page…
    Any ideas?

    Thanks!

    #638727

    Hi,

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .page-id-2226 .avia-logo-element-container .slide-entry {
        width: 33%!important;
        margin-left: 0%!important;
        margin-bottom: 0;
    }
    }

    Best regards,
    Yigit

    #639263

    Thanks, I tried, but unfortunately it doesn’t change a thing…

    #639266

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #639268

    Here you go!

    #639278

    Hi!

    I added the code once again and flushed cache. Please review your website now

    Best regards,
    Yigit

    #639279

    Thanks a lot, unfortunately I don’t see any change, still 2 columns on small screens for the test page :

    • This reply was modified 8 years, 5 months ago by maxgorelkine.
    #640075

    Hi,

    You forgot to add the code in the EN theme options. Please remove browser cache or hard refresh the page.

    Best regards,
    Ismael

    #642520

    It works!! Thank you so much!!
    Great support as usual! :)

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change number of columns on mobile for logo grid’ is closed to new replies.