Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #443011

    Hi there,
    I have a new Page with Enfold and would like to publish more than the 7 Rows.
    It looks good in Browser. In the Mobile Version there will broke the Thumbnails after Several and a white space apprears.

    Please help out with this little issue!
    Rafael

    • This topic was modified 8 years, 11 months ago by Fritz_Ott.
    #443569

    Hey Wiedenmeier!

    I’m not sure I understand what you mean, I had a look at your site on iphone4/Chrome and it looks fine. Are you maybe referring to that the thumbnails sometimes are not displayed on the same line?

    Best regards,
    Rikard

    #443644

    Hi Rikard,
    Yes. after Thumb 8 there is abreak. See added Link in Private (quirktools.com)
    Is there a solution?

    Rafael

    #443785

    Hey!

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

    @media only screen and (max-width: 480px) {
    #top .gallery .gallery-item {
      width: 75px;
      height: 75px;
    }}

    Cheers!
    Yigit

    #444130

    Perfect! Thanks.
    For the Horizontal view can I make the same?
    Rafael

    #444523

    Hey!

    Please change the code to following one

    @media only screen and (max-width: 767px) {
    #top .gallery .gallery-item {
      width: 75px;
      height: 75px;
    }}

    Best regards,
    Yigit

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