Venture Theme - Change the Blog layout Need Liquid Code Please

What is the code that I need to change my blog from looking like this:

To looking like this:

Here’s the link: https://www.kydsklothing.com/blogs/news

My blogs are too close together, are not even and too long including too much information in the excerpt showing. Please help.

I would also like to remove the tags list and move the pagination above the products.

Hello @PreciousU

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media only screen and (min-width: 750px){ .medium-up--three-quarters { width: 100% !important; display: flex !important; justify-content: flex-start !important; align-items: flex-start !important; height: 100% !important; column-gap: 20px !important; } }

1 Like

This did not change the look :disappointed_face: