What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Blog layout in Supply Theme

Solved

How can I improve my Supply Theme blog layout?

LynnieHHHY
Excursionist
32 0 4

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

Accepted Solutions (2)

suyash1
Shopify Partner
10222 1262 1601

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

 

suyash1_0-1704939750730.png

 

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

sakinur-rahman
Shopify Partner
139 17 22

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

Screenshot 2024-01-11 at 12-46-25 Small steps.png

 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications -

Your Coffee Tip and my code, A perfect blend. ❤️ Buy Me A Coffee


Website: HelloSakin.com

View solution in original post

Replies 8 (8)

suyash1
Shopify Partner
10222 1262 1601

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

 

suyash1_0-1704939750730.png

 

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
LynnieHHHY
Excursionist
32 0 4

THank you. That looks much better.

ZenoPageBuilder
Shopify Partner
1052 203 228

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

Screenshot 2024-01-11 at 12.33.05.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
LynnieHHHY
Excursionist
32 0 4

I can not find the file base.css

sakinur-rahman
Shopify Partner
139 17 22

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

Screenshot 2024-01-11 at 12-46-25 Small steps.png

 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications -

Your Coffee Tip and my code, A perfect blend. ❤️ Buy Me A Coffee


Website: HelloSakin.com
LynnieHHHY
Excursionist
32 0 4

This is much better.  Looks tidy.  Thank you.

 

LynnieHHHY
Excursionist
32 0 4

Can I make the image smaller?

sakinur-rahman
Shopify Partner
139 17 22

.template-blog .article__image {

max-width: 300px !important;

}

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications -

Your Coffee Tip and my code, A perfect blend. ❤️ Buy Me A Coffee


Website: HelloSakin.com