
-
AuthorPosts
-
March 24, 2025 at 3:55 pm #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
March 25, 2025 at 5:50 am #1480095Hey 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,
IsmaelMarch 25, 2025 at 10:03 am #1480117Thank 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
March 25, 2025 at 3:58 pm #1480144Hi,
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
March 25, 2025 at 5:22 pm #1480150Hi,
Thanks for the update. Could you post a screenshot highlighting the problem with the logos please?
Best regards,
RikardMarch 25, 2025 at 8:05 pm #1480161Hi 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
March 26, 2025 at 4:35 am #1480174Hi,
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; } }
Best regards,
IsmaelMarch 26, 2025 at 9:07 am #1480188Hi 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
March 26, 2025 at 2:06 pm #1480201Hi,
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 -
AuthorPosts
- The topic ‘Partner/Logo Element: too much space between Element & Navigation Controls’ is closed to new replies.