Shopify themes, liquid, logos, and UX
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 </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>
This did not change the look 😞
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024