Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2712893
Spacing in Big Grid
Closed

Comments

  • grandadmiral started the conversation

    Planning on using Big Grid 11 (attached screenshot as example) in designing a page for my site (with a grid + right sidebar layout). I'd like a little more space between the posts in the grid (adding no more than half of the space already there). I tried testing the specs under the Design Options, but changes either go too far or does nothing at all. Any tips on what I'm missing or doing wrong?

  •  501
    Penci replied

    Hi,

    Please go to Customizer > Addtional CSS then add custom css to do that

    @media screen and (min-width: 767px) {
        .penci-grid_11 .grid11_items .penci-post-item {
            border-left-width: 2px;
            border-right-width: 2px;
        }
        .penci-grid_11 .grid11_items {
            margin-left: -2px;
            margin-right: -2px;
        }
    }

    You can change width is 2px to any space you want

    Best Regards,

    PenciDesign


  • grandadmiral replied

    Thanks. This allows me to create space between the minor posts on the bottom, but not between the main post on top and those under it.

  •  501
    Penci replied

    Hi,

    Please  send me your website managment information ( admin url site, username and password ) in order for me to have access to know the exact issue. We will take it a look on this help you.

    Best Regards,

    PenciDesign