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

    Hi Support,

    I have a problem with the Partner/Logo Element. There is too much space between the logos and the navigation dots.

    Can you please help? Credentials are in the private content.

    Thank you so much

    Ilona

    #1480095

    Hey ilona-l,

    Thank you for the inquiry.

    We are not yet sure why the slider resizes like that, but to temporarily adjust it, we added this css code:

    #top .av-m8dhdoo2-9be497766191be21636491354eb51ed0 .avia-content-slider-inner {
      max-height: 180px !important;
      overflow: hidden;
    }

    Please make sure to purge the cache before checking.

    Best regards,
    Ismael

    #1480117

    Thank you very much, Ismael!

    I have just checked the site – everything’s fine and as expected.

    If you find the reason why the slider is acting so strange – please tell me. I tried it on another page and also on another site, and it always worked fine!

    Thank you again and best regards

    Ilona

    #1480144

    Hi,

    there ist another problem I just saw:
    in mobile view online half of the logos are shown. Is there anything that can be done about that?

    Best regards

    Ilona

    #1480150

    Hi,

    Thanks for the update. Could you post a screenshot highlighting the problem with the logos please?

    Best regards,
    Rikard

    #1480161

    Hi Rikard,

    thank you for your fast reply. My post was a bit unclear. On large screens here are 12 logos in 4 columns (so you have 3 “screens” to see all logos).
    In mobile view the logos are shown in 2 columns, but unfortunately only 6 of the logos are shown (in 3 “screens”).

    I guess that’s because of the max-height in the css snippet Ismael suggested. It probably prevents that the logos are shown in 2 columns and 2 rows on mobiles.

    Do you have any suggestions?

    Thank you and best regards

    Ilona

    #1480174

    Hi,

    We adjusted the css code and added another for mobile view.

    @media only screen and (min-width: 768px) {
    
      /* Add your Desktop Styles here */
      #top .av-m8dhdoo2-9be497766191be21636491354eb51ed0 .avia-content-slider-inner {
        max-height: 180px !important;
        overflow: hidden;
      }
    }
    
    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .av-m8dhdoo2-9be497766191be21636491354eb51ed0 .avia-content-slider-inner .slide-entry {
        max-height: 115px !important;
        overflow: hidden;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1480188

    Hi Ismael,

    thank your for your quick reply. Everything works fine now. There still was a problem with tablets in portrait mode, but I have adjusted the breakpoints accordingly!
    I think you can close this thread now.

    Best regards

    Ilona

    #1480201

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Partner/Logo Element: too much space between Element & Navigation Controls’ is closed to new replies.