Okay
  Public Ticket #521184
Caption in default galleries
Closed

Comments

  •  1
    Niklas started the conversation
    I used a wordpress gallery to show my images. Currently the only problem I have with it is, that on gallery items are not displayed the way they are when I insert each image separately. I builded an example-page for you where you can see the difference.The problem I see here is that the way the gallery is showing it, you don't know if the caption belongs to the picture below or above the caption.
  •   Niklas replied privately
  •  8,988
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .gallery-item {
        margin-bottom: 50px !important;
    }

    If you add a border it will go outside the edges so only ways is to add a margin .

    Thanks


    ThemeNectar Support Team 

  •  1
    Niklas replied

    Ok I will play a little bit with the gallery-item element. When I add a border it does not go outside the edges, but could be my brother handling it different. Thanks!