• Resolved UrsulaD

    (@ursulad)


    I have just posted an image gallery but the caption is inside the image. I would like it underneath.
    Please advise how I would do so. The html code I have only reads [gallery link="none" columns="1" type="slideshow" ids="363,442,364,443,441,440"]

    My gallery is on this page. https://www.foodandbeveragetrainer.com/about/

    Also I don’t like the big background. How can I re-size it or change it’s style.

    Thanks for your help.
    Ursula

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi UrsulaD. Try adding this in your custom css:

    /* push image caption down into border below image */
    .jetpack-slideshow .slideshow-slide-caption {
      bottom: -24px;
    )
    /* change slideshow background to yellow and border to red */
    .jetpack-slideshow.slideshow-window {
      background-color: #ff0;
      border-color: #f00;
    }

    Resizing the background is problematic because you’ll also have to resize and reposition the slides. Maybe these Jetpack Support Resources will help.

    Thread Starter UrsulaD

    (@ursulad)

    Thanks so much bdbrown. It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Caption to show under image gallery not in it.’ is closed to new replies.