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

    Hi, I have a problem with the responsive layout: I’m trying to align on one row all my 4 social icons (that are inserted in a “Partners” module) and thus reducing a little bit their size, only on mobile. I tried using CSS but can’t figure out how to do this!

    Thank you very much for your help!

    #515769

    Hi Webamorfosi!

    Can you please post the link to your page where we can see your element?

    Cheers!
    Yigit

    #515880

    It’s in the Homepage, the 4 black Social Media icons on the bottom! The link is in the private content. I’m linking you the responsive view that I am talking about in the Private Content section of this post (check the iPhone 5 view).

    #516205

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (min-width: 480px) {
    .home .av_one_fourth {
        width: 25% !important;
    }
    }

    Best regards,
    Rikard

    #516261

    Hi Rikard,
    thanks for the answer but that doesn’t solve it: it puts the 4 icons on 2 rows (2 per rows), makes them really small and left aligned. I left the code in, so you can see the results!

    #516765

    Hey!

    Please try to adjust the code a bit:

    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        padding: 0 2%;
        float: left;
        width: 23% !important;
        clear: none !important;
    }
    }

    Best regards,
    Ismael

    #516805

    Hey,
    maybe I’m expressing myself poorly (sorry!), but I mean HORIZONTAL row or line, not a vertical one! I’d like to get the icons one next to the other horizontally, under the slider, on one horizontal line.

    #517272

    Hey!

    Yes, we know. Did you try it? It will align the icons in a HORIZONTAL row or line. Please remove the first code.

    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        padding: 0 2%;
        float: left;
        width: 23% !important;
        clear: none !important;
    }
    }

    If it doesn’t work, use this:

    @media only screen and (max-width: 480px) {
    .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        padding: 0 2%;
        float: left;
        width: 23% !important;
        clear: none !important;
    }
    }

    Please remove browser cache or hard refresh the page.

    EDIT: My bad! It should be max-width, not min-width. Sorry about that.

    Regards,
    Ismael

    #517286

    Even this way it’s not working… I’ll link you the whole CSS I’m using right now in the private content section.

    #517984

    Hey!

    please provide us admin access, so we can have a deeper look into it. Post login details here as private reply.

    Best regards,
    Andy

    #518091

    Here you are!

    #518614

    Hi!

    I implemented this code at the bottom of you Quick CSS field:

    /* Kriesi custom Code */
    @media only screen and (max-width: 768px) {
    .slide-entry-wrap.active-slide {
    display: flex;
    }
    img.attachment-no.scaling {
    width: 80px;
    max-width: 80px;
    }
    img.attachment-no.scaling {
    margin-left: -36px !important;
    }
    } 
    

    and it seems to work fine now for me. Please confirm.

    Best regards,
    Andy

    #643982

    Hi there!

    I would like to show in mobile version just one logo, in one column, and the others appearing after the first one. Its that possible adding some css code?

    Thanks, You do a great job with Enfold!

    Fer

    #644523

    Hi Fer,

    I’m not sure but if you send us a screenshot highlighting what you would like to change and a link to your site we can have a look at it. Next time please open a new thread.

    Thanks,
    Rikard

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