Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10494
    Hellenicmedia
    Participant

    Is it possible to have the view in Mobile devices (Portrait) the Albums to have 2 columns?

    Right know i have just 1 column in Albums.

    The Gallery is ok, it has 2 columns

    Thanks again a lot!!

    #10500
    Rattus
    Keymaster

    Sorry I can’t understand. AlbumsView module doesn’t have columns. It’s accordion style.

    #10501
    Hellenicmedia
    Participant
    This reply has been marked as private.
    #10506
    Rattus
    Keymaster

    edit theme’s “/wp-content/themes/Zephyr/css/responsive.min.css” file and add code below to the very end:

    @media screen and (max-width: 600px){
        .l-titlebar,
        .l-canvas.sidebar_left .l-main,
        .l-canvas.sidebar_right .l-main,
        .l-canvas.sidebar_none .l-section,
        .l-footer .l-section {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    Or you can decrease mobile thumbnails size in Phantom for album pages.

    #10507
    Hellenicmedia
    Participant

    Hello and thank you a lot for your help!

    I added the code on the responsive.min.css file, but the view is still in one column in the mobile view.

    Please advice.

    Where can i find the second solution?

    “mobile thumbnails size in Phantom for album pages.”?

    Best Regards!

    #10508
    Rattus
    Keymaster

    Clear the browser cache. It works for me.

    To change thumbnail size go to edit gallery and on “Thumb Grid General” tab decrease value of “Thumbnail Width Mobile” and “Thumbnail Height Mobile” fields to fit your needs. But I already see that code I gave you works, just clear the cache.

    #10509
    Hellenicmedia
    Participant

    You are the best!

    and thank you a lot for all your help!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support Forum