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.
Hey 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,
Nikko
Hi, link below in hidden area.
Hi 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,
Nikko
Thanks 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?
Hi 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,
Nikko
Ohh 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
Hi,
Can you screenshot the issue?
Best regards,
Jordan Shannon
Link in private content
Hi 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