Tagged: reponsive
HI
I was wondering if there is a way to force the partner/logo elements to a display as a 2-row grid instead of 3 on the mobile?
Hi Munford!
I’m sorry but I don’t think that is possible without custom modifications because it wraps the logo entry on a “slide-entry-wrap” container. Please hire a freelance developer to modify the Logo/Partner element for you.
Best regards,
Ismael
ok – it’s not that important.
is there a way to have the partner/logo element not show at all on the mobile?
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.avia-logo-element-container {
display: none; }
}
Cheers!
Yigit
thanks!