-
AuthorPosts
-
August 27, 2020 at 5:43 pm #1241281
Hi guys,
is it possible to stop the Partner / Logo Element changing on mobile sizes (as in, around 750px).I’ve seen a lot of posts on this particular item, it might be worthwhile including some control in future Enfold releases?
At the moment, the single row of deliciously aligned and nicely spaced logos jump scale around 5% to 2 rows … where I’d just like to eliminate this from occurring entirely.
August 28, 2020 at 4:14 am #1241381Hey James Bowtine,
Are you using Grid Layout or Logo Slider?
Also tell us how many columns are you using? so we can try to reproduce and give an accurate answer.Best regards,
NikkoAugust 28, 2020 at 9:55 am #1241489Hi, link below in hidden area.
August 28, 2020 at 2:36 pm #1241585Hi James Bowtine,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { .responsive #top #wrap_all .slide-entry { width: 25% !important; clear: none !important; } }Hope it helps.
Best regards,
NikkoAugust 28, 2020 at 2:45 pm #1241591Thanks Nikko.
I think that helped to keep the logos from expanding in size, but the rows are still 2 rather than the original 1 before the mobile jump?
August 28, 2020 at 3:31 pm #1241612Hi James Bowtine,
Please try to replace the code I gave with:
@media only screen and (max-width:767px) { .responsive #top #wrap_all .slide-entry { width: 20% !important; clear: none !important; } }Best regards,
NikkoAugust 28, 2020 at 3:34 pm #1241614Ohh Nikko so close … can you check that previous private link and just see if you can nip that 1 rogue double-row logo off?
I really appreciate this personal assistance – thank you
August 28, 2020 at 9:40 pm #1241710Hi,
Can you screenshot the issue?
Best regards,
Jordan ShannonAugust 29, 2020 at 12:10 am #1241721Link in private content
August 29, 2020 at 2:57 am #1241732Hi James Bowtine,
I have checked your site and it already is one row on my end.
Please clear the browser cache.
If that doesn’t help, please replace 20% in the last code I gave to something lower.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
