Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1313491

    Helo Support.

    Firstly, thank you so much for such a beautiful theme!

    I have a slight issue in that I’m using the Partner/Logo Element in my website footer to display accreditations. However, the logos look too big on mobile and I think would look much better in 2 columns on mobile devices.

    I’ve had an extensive look through the support forum but can’t find anything that works my situation.

    What do you recommend to display the logos in two columns on mobile?

    Many thanks in advance,

    #1314245

    Hey ChichesterDesign,

    Thank you for the inquiry.

    You can use the following css code to adjust the width of the slider entries on smaller screens.

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

    If you want to apply the changes on tablet views, just increase the max-width value from 479px to 767px.

    Best regards,
    Ismael

    #1314331

    Perfect! Thank you, Ismael.

    #1314515

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

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