• Resolved cyberol

    (@cyberol)


    Hi,

    1. Is it possible to have the titles of the albums centered on the pictures?

    2. I’ve looked everywhere in Gmedia and in my theme (Kalium) and could not find a way to edit the the settings for “share buttons” (Facebook/Twitter/Pinterest) in Collection pages settings of a gallery.

    Thanks a lot

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rattus

    (@pasyuk)

    1. Already answered in other forum

    2. Unfortunately, there is no way to edit share buttons. You can only enable or disable them in settings.

    Thread Starter cyberol

    (@cyberol)

    Hi ,

    1. I was talking about centering the title vertically too so that it appears totally centered on the picture.

    2. Strange!

    thanks

    Plugin Author Rattus

    (@pasyuk)

    1. Ok for centering title vertically and horizontally add CSS code:

    .gmedia_AlbumsListMasonry_Cover .gmedia_AlbumsListMasonry_CoverTitleHolder {
        top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .gmedia_AlbumsListMasonry_CoverTitleHolder .coverCounter {
        position: absolute;
        right: 20px;
        bottom: 0;
    }
    Thread Starter cyberol

    (@cyberol)

    Great!
    Thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Albumslistmasonry questions’ is closed to new replies.