Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1066530

    Hello support,

    Im trying to have the partner logos displayed side by side in 2 or 3 rows ON MOBILE, but I cant figure it out. I tried with this code. Please help me out.

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-smallarrow-slider .flex_column {
    margin: 0px!important;
    width: 35%!important;
    }}

    #1066838

    Hey AuroraArcus,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1066862

    Sure, its https://mindventure.dk/mindventures/marokkoapr2019/

    you should see 7 logo slots…

    best regards,
    Aurora

    #1068744

    Hi,
    Sorry for the late reply, if I understand correctly you would link your team to look like this on mobile:
    2019-02-18-212446
    If so then replace your code above with this:

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        clear: none !important; 
    }
    .responsive #top .avia-smallarrow-slider .flex_column {
        margin: 0px!important;
        width: 50%!important;
    }
    }

    Best regards,
    Mike

    #1068833

    Hi Mike,

    thanks for the reply:)! Works well…

    Actually I would like it to be 4 instead of 2 columns. So 2x2x2x1 sideways. Can you help me out with that?

    Kind regards
    Aurora

    #1069249

    Hi,
    Please remove the css above, and try this instead:

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        clear: none !important; 
    }
    .responsive #top .avia-smallarrow-slider .flex_column {
        margin: 0px!important;
        width: 25%!important;
    }
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry {
        clear: none !important; 
    }
    }

    2019-02-19-204906
    If this doesn’t help, please include a admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1069343

    Hi again Mike,

    unfortunately that didn’t work. Ive included login details in the private section:

    #1069509

    Hi,
    Thanks, but your link is now a 404 error, I couldn’t find the element in the pages or posts, please check.

    Best regards,
    Mike

    #1069518

    Sorry Mike,

    my bad:

    https://mindventure.dk/mindventures/lakedistrict/

    Best regards,
    Aurora

    #1069764

    Hi,
    Thanks, I found the error, Please clear your browser cache and check.

    Here’s the final css:

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even,.responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd {
        clear: none !important; 
    }
    .responsive #top .avia-smallarrow-slider .flex_column {
        margin: 0px!important;
        width: 25%!important;
    }
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry {
        clear: none !important; 
    }
    }

    Best regards,
    Mike

    #1069838

    Hi Mike,

    thanks for the support. Gotta say that you’re a problem solver and right to the point. Well done:)!

    Have a good day,
    Aurora

    #1069916

    Hi,
    Thanks, that is nice to hear.
    I assume we can close this now, but I like to ask anyway. Shall we close this then?

    Best regards,
    Mike

    #1069922

    hi again,
    yes its ready to be closed…

    #1069933

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Partner/logo element mobile’ is closed to new replies.