Hello,
I was wondering if it would be possible to change the way the logo grid shortcode displays logos on smartphone.
I’m using a 6 columns layout, which switches to a 2 column layout under 767px. I would like it to be a minimum of 3 columns on any display, how would I achieve this? I tried to change some css, with no result…
Could you please help?
Thanks a lot!
Hi maxgorelkine,
Sorry for the late reply. Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Here you go
Hi,
Thank you for the link. Site looks nice.
Please add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
width: 33%!important;
margin-left: 0%!important;
margin-bottom: 0;
}
}
Best regards,
Ismael
Hello,
Thanks for the css. Unfortunately, it doesn’t seem to work properly as you can see on the test page…
Any ideas?
Thanks!
Hi,
Please try adding following code to Quick CSS
@media only screen and (max-width: 767px) {
.page-id-2226 .avia-logo-element-container .slide-entry {
width: 33%!important;
margin-left: 0%!important;
margin-bottom: 0;
}
}
Best regards,
Yigit
Thanks, I tried, but unfortunately it doesn’t change a thing…
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit
Here you go!
Hi!
I added the code once again and flushed cache. Please review your website now
Best regards,
Yigit
Thanks a lot, unfortunately I don’t see any change, still 2 columns on small screens for the test page :
Hi,
You forgot to add the code in the EN theme options. Please remove browser cache or hard refresh the page.
Best regards,
Ismael
It works!! Thank you so much!!
Great support as usual! :)