Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1020288

    Hi, me again:….

    See: http://huntpr.co.za/#clients

    Is it possible that when viewed on mobile the logos don’t fold under each other but remain in a 5 column grid that animates as per desktop?

    #1020876

    Hey timchurchman,

    There is no room for the 5 column grid in portrait view on a mobile screen. In landscape mode, it switched to a grid of 4.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
        .responsive #top #wrap_all .avia-content-slider-odd .slide-entry {
            width: 50%;
            clear: none;
        }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1023690

    Thank you

    #1024106

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Client logo section stay in one line and not fold under one another when viewed’ is closed to new replies.