[Resolved] Add space between posts columns

Home Forums Support [Resolved] Add space between posts columns

Home Forums Support Add space between posts columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1176036
    Anas

    Hi πŸ™‚

    I have 2 questions..

    1. How to increase the space (1) between the two posts columns? And the space (2) between the right posts column and the side bar? https://imgur.com/D83UB2I

    2. How to shorten border bottom (of the right side bar’s widgets) length, so it will be a space between the border bottom of the widget and the border left of the side bar.
    Here’s how it looks on my website: https://imgur.com/NNK0lF7 and here’s how I want it to look like: https://imgur.com/0EtThiM

    #1176584
    Leo
    Staff
    Customer Support

    Hi there,

    1. That should be the separating space option:
    https://docs.generatepress.com/article/separating-space/

    2. CSS border doesn’t allow length setting unfortunately.

    Maybe we can apply it to the last item in the widget like this?

    #recent-comments-2 li:last-child {
        border-bottom: 1px solid #000;
        padding-bottom: 20px;
    }

    Or you can try this method:
    https://stackoverflow.com/questions/4131490/any-way-to-limit-border-length

    #1179538
    Anas

    Thanks! It worked.

    #1179853
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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