Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #217142

    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?

    #217311

    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

    #217343

    ok – it’s not that important.
    is there a way to have the partner/logo element not show at all on the mobile?

    • This reply was modified 10 years, 9 months ago by Munford.
    #217512

    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

    #217689

    thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘partner/logo elements on mobile’ is closed to new replies.