Hey there, on a desktop /ipad my partner/element logo has 4 rows and 4 columns. I’d like there to be 1column only for mobile devices such as smartphones. How can I do this pls? thank you
Hey Marssolutions,
Could you post a link to your site so that we can take a closer look please?
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .avia-logo-element-container .slide-entry {
width: 100% !important;
}
}
Best regards,
Rikard
Thanks Rikard, it works really well!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard