Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1241281

    Hi guys,
    is it possible to stop the Partner / Logo Element changing on mobile sizes (as in, around 750px).

    I’ve seen a lot of posts on this particular item, it might be worthwhile including some control in future Enfold releases?

    At the moment, the single row of deliciously aligned and nicely spaced logos jump scale around 5% to 2 rows … where I’d just like to eliminate this from occurring entirely.

    #1241381

    Hey James Bowtine,

    Are you using Grid Layout or Logo Slider?
    Also tell us how many columns are you using? so we can try to reproduce and give an accurate answer.

    Best regards,
    Nikko

    #1241489

    Hi, link below in hidden area.

    #1241585

    Hi James Bowtine,

    Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .slide-entry {
        width: 25% !important;
        clear: none !important;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1241591

    Thanks Nikko.

    I think that helped to keep the logos from expanding in size, but the rows are still 2 rather than the original 1 before the mobile jump?

    #1241612

    Hi James Bowtine,

    Please try to replace the code I gave with:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .slide-entry {
        width: 20% !important;
        clear: none !important;
      }
    }

    Best regards,
    Nikko

    #1241614

    Ohh Nikko so close … can you check that previous private link and just see if you can nip that 1 rogue double-row logo off?

    I really appreciate this personal assistance – thank you

    #1241710

    Hi,

    Can you screenshot the issue?

    Best regards,
    Jordan Shannon

    #1241721

    Link in private content

    #1241732

    Hi James Bowtine,

    I have checked your site and it already is one row on my end.
    Please clear the browser cache.
    If that doesn’t help, please replace 20% in the last code I gave to something lower.

    Best regards,
    Nikko

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