[Resolved] Space between images in sidebar widget

Home Forums Support [Resolved] Space between images in sidebar widget

Home Forums Support Space between images in sidebar widget

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1642414
    Budi

    Hello,

    I put several images in sidebar widget. The space between images is too far. How to change it ?
    Thanks.

    #1642486
    Budi

    #1642689
    Elvin
    Staff
    Customer Support

    Hi there,

    Can you link us to the page in question so we could check?

    You can provide the site details on the private information textfield.

    #1644331
    Budi

    Hi,

    I have put the link.

    #1644382
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to reduce the spacing:

    /* remove bottom margin */
    #text-9 .textwidget p {
      margin-bottom: 0;
    }
    /* reduce height of the Hard Rule */
    #text-9 .textwidget hr {
      margin-top: 10px;
      margin-bottom: 10px;
    }

    the rest of the spacing comes from any line breaks you have added in your Widget HTML.
    I would suggest using a HTML Widget instead of a text widget – if you do this then we would need to adjust the CSS above if its is still required.

    #1645026
    Budi

    thanks, solved.

    #1645257
    David
    Staff
    Customer Support

    Glad to hear that

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