Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7903
    Mickesan
    Member

    Hey mate!
    When i go in to webpage with my Iphone 4s, the images/gallery pages is only showned on left side and very small, also background image isnt responsiv
    Same on all gallery pages.
    http://www.worldsangels-carlyrosesonenclar.com/photos/

    When i took away the custom text you gave me, it works on mobil. .tiled-gallery { display: block; margin: 0 auto; width: 644px; }
    Anyway to make it work with the Custom to get gallery at middle without those right side cuts on photos?

    Thankful for any help as allways!
    -Mikael

    #7914
    Sakin
    Keymaster

    @Mickesan: Add the following CSS for mobile devices. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (max-width: 767px) { .tiled-gallery { width: 100%; } }

    #7955
    Mickesan
    Member

    @Sakin
    Thanks again!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘1 more mobile issue!’ is closed to new replies.