Spacing between grid items

Home Forums Gillion Theme Spacing between grid items

Home Forums Gillion Theme Spacing between grid items

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • [email protected]
    Participant

    Hi,

    We want to increase the spacing between grid items. Is there a setting for it?

    Thanks.

    Attachments:
    You must be logged in to view attached files.

    Hi @amir.caspi,

     

    I hope you are well today and thank you for your question.

     

    There is no setting to do it.

     

    You can try achieving this using the Yellow Pencil editor as described in the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Best regards,
    Shufflehound team

    [email protected]
    Participant

    Hi,

    We don’t use yellow pencil on this site. Is there a direct stryling I can apply to increase the spacing between columns?

    Thanks.

    Could you please share the page URL from your site where it is displaying so that I can help you to achieve it?

    [email protected]
    Participant

    Sure, I added a private note.

    Thanks!

    You can increase the spacing by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .blog-list .post-container {
        margin: 0 20px;
    }
Viewing 6 posts - 1 through 6 (of 6 total)