Shopify themes, liquid, logos, and UX
Help please. I have been adding some blogs on my website and find the way it displays very messy. There are gaps between image and text. I also would like to remove the sidebar which shows categories.
Also how do I change the url to read my new blog title?
https://www.healthierhome.com.au/blogs/news
Solved! Go to the solution
This is an accepted solution.
@LynnieHHHY - please add this css to the very end of your theme.scss.css file and check
.template-blog .sidebar{display:none; visibility:hidden;}
.template-blog .lazyload__image-wrapper{padding-top: 5% !important;}
.template-blog .lazyload__image-wrapper img{position: initial !important;}
This is an accepted solution.
@LynnieHHHY please add this css to the very end of your theme.scss.css file and check
.template-blog .sidebar {
display: none !important;
}
.template-blog .grid-item {
width: 100% !important;
}
.template-blog .article__image {
width: 100% !important;
}
.template-blog .lazyload__image-wrapper {
margin: unset !important;
}
.template-blog .lazyload__image-wrapper {
margin-bottom: 10px !important;
}
.template-blog h2 {
font-size: 40px;
}
This is an accepted solution.
@LynnieHHHY - please add this css to the very end of your theme.scss.css file and check
.template-blog .sidebar{display:none; visibility:hidden;}
.template-blog .lazyload__image-wrapper{padding-top: 5% !important;}
.template-blog .lazyload__image-wrapper img{position: initial !important;}
THank you. That looks much better.
Hello @LynnieHHHY 👋
In Shopify Admin, you can go to Edit theme code, open file base.css, and add this code at the bottom
.lazyload__image-wrapper img {
width: 100% !important;
}
The result
Hope that helps!
I can not find the file base.css
This is an accepted solution.
@LynnieHHHY please add this css to the very end of your theme.scss.css file and check
.template-blog .sidebar {
display: none !important;
}
.template-blog .grid-item {
width: 100% !important;
}
.template-blog .article__image {
width: 100% !important;
}
.template-blog .lazyload__image-wrapper {
margin: unset !important;
}
.template-blog .lazyload__image-wrapper {
margin-bottom: 10px !important;
}
.template-blog h2 {
font-size: 40px;
}
This is much better. Looks tidy. Thank you.
Can I make the image smaller?
.template-blog .article__image {
max-width: 300px !important;
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024