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

    I just installed the latest Enfold update and have noticed some changes in how my site appears on my cell phone and am hoping you can help me with your crazy CSS skills to help me make some changes.

    My site has a 4 column 2 row Partner/Logo Element and before the update this use to display on mobile devices in a 2 column 4 row grid. Now it displays each picture individually one after another (single file like) . I want to get back to the smaller sized 2 column 4 row grid that it use to be. Any Quick CSS code I can use to get this layout back?

    Thank you in advance!

    #224847

    Hey Kimberly!

    Can you post a link to the partner/logo page please? I’ll investigate the css code.

    Cheers!
    Peter

    #224977
    This reply has been marked as private.
    #225940

    Any update on this?

    #226030

    Hey!

    Did you remove the partner/logo element? I don’t see it anywhere on the website. Please give us a the actual link to the page with the logo/partner element.

    Cheers!
    Ismael

    #226079

    It is on the front page. The photos listed in the Life in MN section are all put in under a Partner/Logo Element.
    Thank you for your help with this.

    • This reply was modified 10 years, 2 months ago by Kimberly.
    #226166

    Hey Kimberly!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    Regards,
    Yigit

    #226494

    Yigit – YOU ROCK!!!

    I knew you would be the one that would have an answer for me – THANK YOU!

    I have really used this support forum a lot to customize my site and it seems time and time again that you are the one that gives the simple and clean solutions that are easy to apply to the Quick CSS.

    I am very appreciative of ALL of you guys on the support form for the impeccable support you give.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Partner/Logo Element Appearance on Mobile’ is closed to new replies.