Re: Venture Theme - Change the Blog layout Need Liquid Code Please

Venture Theme - Change the Blog layout Need Liquid Code Please

PreciousU
Excursionist
14 0 1

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

 

To looking like this:

example of blog.png

 

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. 

 

 

Replies 2 (2)

niraj_patel
Shopify Partner
2378 514 512

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 </body> on theme.liquid


<style>

     @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;
       }
   }

</style>

techlyser_web_0-1705091278944.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
PreciousU
Excursionist
14 0 1

This did not change the look 😞