Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6908

    I want to create a gallery in which the descriptions are included. Now it almost works, but as you can see the descriptions are cut off at the bottom.

    Is there a way I can have more control over the description, i.e. placement, font size, etc.

    Attachments:
    You must be logged in to view attached files.
    #6911
    Rattus
    Keymaster

    To see description you just need scroll a little bit. But if you want you can make description be over the image. Add code below to your theme’s style.css:

    .mfp-gmedia-open .mfp-bottom-bar {
        margin-top: 0;
        top: auto !important;
        bottom: 40px;
        padding: 10px;
        background-color: rgba(0,0,0,0.3);
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support Forum