Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #953928

    I have seperate partner/logo elements for desktop and mobile already.
    For desktop, i have a 7 columns 2 rows layout.
    For mobile, i want to change to 2 columns 7 rows, but mobile only 1 column is possible, no matter what i set in the configuration. 1 column and 14 rows of logos do look stupid on mobile, though…
    Any suggestions?

    #954799

    Hey alphabeta23,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #956372

    Hi Basilis,

    so basically you are telling me the enfold partner element is broken for mobile, and it is too much work for you to repair it? Thanks for the clarification! I thought such a basic function of this otherwise great theme should work out of the box…

    Regards,

    Philipp

    #956799

    Hi Philipp,

    I think Basilis misunderstood you, please try this CSS out in Quick CSS to see if it works:

    .home .avia-content-slider-inner .flex_column {
        width: 50% !important;
    }

    Best regards,
    Rikard

    #956919

    Hi Rikard,

    thank you very much for understanding my problem. I was sure there is a solution…
    I tried your code in my child theme style.css and it works, but it changes also for desktop. Is there a way to target only the mobile element?

    Thanks again,
    best
    Philipp

    PS: nevermind, i got it running with custom css activated for all elements.
    I would say, the mobile partner element needs a little love ;)

    • This reply was modified 6 years, 6 months ago by alphabeta23.
    #957331

    Hi Philipp,

    Thanks for the feedback and I’m glad you came up with a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #957364

    to finish this, here is the solution:
    I used two partner/logo elements, one is for desktop and that works without any further work.
    The other one shows up on mobile, i have given the ID “koop” and this is in my style.css:

     .koop .avia-content-slider-inner .flex_column {
        width: 33% !important;
    }

    so i get 3 logos in a row on mobile.

    cheers!

    #957926

    Hi,

    Great, thanks for sharing that :-)

    Should we close this for now then?

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.