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 #2915808
How can I have all my posts one after the other in a single column with pencil block 6
Closed

Comments

  • FreakMike started the conversation

    Hello, I have recently been using PenNews and I cannot put my posts the way I want.

    I use Pencil Container with the content + sidebar option, I added in the content part the Pencil Block 6 to put the last 15 posts added one after the other but after 6 posts a second column is added.

    How can I have all my posts one after the other in a single column?

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    Block 6 will show 2 columns if your container is too wide.

    You can try to add more of this code to Customize > Additional CSS to change it to 1 column:


    @media screen and (min-width: 480px) {
    .penci-block_6.penci-vc-column-2 .penci-post-item { width: 100%; float: left; margin-right: 0; }
    }

    Best Regards,

    PenciDesign

  • FreakMike replied

    Thanks it works !