Home Forums Pro Themes Photo Perfect Pro Blog/Text in a gallery

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9494
    sohughes1
    Participant

    I have created a category to display as a gallery on the front page, but when I place my cursor over the images, all of the text is not displayed. It quickly moves to the bottom of the script. Is this dialog too long? How can I display this blog/text for these images.

    http://sonjahughesphotography.com/index.php/2016/04/10/telling-her-story/

    #9508
    wensolutions
    Keymaster

    Hello,
    I hope you are having a very good day, also we love what you have done with the theme

    To solve your issue please add following custom css to
    Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options.

    .gallery-caption {
      overflow: hidden;
        overflow-y: scroll;
        height: 100%;
    }

    This will provide a scroll on the long caption, allowing to scroll through the caption and read it all.

    Best regards and Good Luck.

    #9543
    sohughes1
    Participant

    That did it!

    Thanks so much!!

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