Skip to content
Public Ticket #18638

How can I have all my posts one after the other in a single column with pencil block 6

Conversation thread

FreakMike replied

Customer Reply

Thanks it works !

PenciDesign replied

Staff Reply

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 started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.