• I am having trouble with getting my mobile phone (Galaxy, Firefox, Chrome) to display the logos in two columns. When setting the column count to 2, it shows the logos ontop of each other aligned to the left, with the right column just blank. Great plugin btw!

Viewing 7 replies - 1 through 7 (of 7 total)
  • I have the same issue, hoped for a solution

    Hi @caspero @securemybusiness

    Thank you for writing in.

    We need a little more information to understand what’s going on. Would you please provide us the URL of the site? We will check and let you know the solutions. Also, if you have any additional questions, please let us know.

    Thanks!

    Hi, I can provide you with an URL for a site where we are currently using it.

    https://www.poseidon-als.dk/klubben/sponsorer/

    It use Grid Template 1 and have been set to:

    Columns in desktop: 5

    Columns in tablet: 3

    Columns in mobile: 2

    I have the same problem. In landscape mode on your mobile just 1 instead of 2 columns. Did work correct before.

    I have the same issue, any solution to fix this.

    I have the same issue, see https://www.kfc-perk.be/sponsors/
    It happens for the logo’s on the page as well as the logo’s in the footer widget.

    I entered the following custom CSS and this fixes some of the issues for me:

    .smls-main-logo-wrapper .smls-tablet-column-2 .smls-grid-each-item:nth-of-type(2n+1), .smls-main-logo-wrapper .smls-tablet-column-2 .smls-grid-image-wrap:nth-of-type(2n+1), .smls-main-logo-wrapper .smls-tablet-column-3 .smls-popup-wrap:nth-of-type(3n+1), .smls-main-logo-wrapper .smls-tablet-column-3 .smls-grid-each-item:nth-of-type(3n+1), .smls-main-logo-wrapper .smls-tablet-column-3 .smls-grid-image-wrap:nth-of-type(3n+1), .smls-main-logo-wrapper .smls-tablet-column-4 .smls-popup-wrap:nth-of-type(4n+1), .smls-main-logo-wrapper .smls-tablet-column-4 .smls-grid-each-item:nth-of-type(4n+1), .smls-main-logo-wrapper .smls-tablet-column-4 .smls-grid-image-wrap:nth-of-type(4n+1) {
    clear: none !important;
    }

    .smls-main-logo-wrapper .smls-mobile-column-2 .smls-popup-wrap:nth-of-type(2n+1), .smls-main-logo-wrapper .smls-mobile-column-2 .smls-grid-each-item:nth-of-type(2n+1), .smls-main-logo-wrapper .smls-mobile-column-2 .smls-grid-image-wrap:nth-of-type(2n+1), .smls-main-logo-wrapper .smls-mobile-column-3 .smls-popup-wrap:nth-of-type(3n+1), .smls-main-logo-wrapper .smls-mobile-column-3 .smls-grid-each-item:nth-of-type(3n+1), .smls-main-logo-wrapper .smls-mobile-column-3 .smls-grid-image-wrap:nth-of-type(3n+1) {
    clear: none !important;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Mobile logos two column not working’ is closed to new replies.