How can i change the size of the blog images?

Solved

How can i change the size of the blog images?

store095
Excursionist
95 0 43

Hi, I want the preview images of my blog to be bigger and have rounded corners like here. And also a bit more space between the images.

 

111111.png

 

is that possible?

 

Thank you.

Accepted Solutions (4)

BSS-TekLabs
Shopify Partner
1817 518 603

This is an accepted solution.

- Here is the solution for you @store095 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.blog .page-width-desktop {
    padding: 0 !important;
}
.blog__posts.articles-wrapper .article {
    padding: 6px !important;
}
.card .card__inner .card__media {
    border-radius: 15px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723961240456.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

BSS-TekLabs
Shopify Partner
1817 518 603

This is an accepted solution.

.blog .page-width-desktop {
    padding: 0 !important;
}
.blog .blog__posts.articles-wrapper .article {
    padding: 6px !important;
}
.blog .card .card__inner .card__media {
    border-radius: 15px !important;
}

Can you try this code again @store095 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

BSS-TekLabs
Shopify Partner
1817 518 603

This is an accepted solution.

This code will make your image square. If I want the exact size of the image you provide, I need the exact parameters of that image. Or you can state the request to make the image bigger or smaller. I will edit it for you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

BSS-TekLabs
Shopify Partner
1817 518 603

This is an accepted solution.

BSSTekLabs_0-1723967598245.png

Can you try remove this code @store095 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

Replies 12 (12)

BSS-TekLabs
Shopify Partner
1817 518 603

This is an accepted solution.

- Here is the solution for you @store095 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.blog .page-width-desktop {
    padding: 0 !important;
}
.blog__posts.articles-wrapper .article {
    padding: 6px !important;
}
.card .card__inner .card__media {
    border-radius: 15px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1723961240456.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

store095
Excursionist
95 0 43

Thank you.

 

When i use the code in base.css it chaning the whole front page, even my category bubbles have the same form now.

 

Best regards

BSS-TekLabs
Shopify Partner
1817 518 603

Let me check

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

BSS-TekLabs
Shopify Partner
1817 518 603

This is an accepted solution.

.blog .page-width-desktop {
    padding: 0 !important;
}
.blog .blog__posts.articles-wrapper .article {
    padding: 6px !important;
}
.blog .card .card__inner .card__media {
    border-radius: 15px !important;
}

Can you try this code again @store095 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

store095
Excursionist
95 0 43

Thank you. 

 

Is it possible to make the image the same size as the bottom?:

 

111111.png

 

BSS-TekLabs
Shopify Partner
1817 518 603

Do you want to make the image square?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

store095
Excursionist
95 0 43

Yes and same size as this:

 

111111.png

 

Best regards

BSS-TekLabs
Shopify Partner
1817 518 603
.blog .card__inner.gradient {
    --ratio-percent: 100% !important;
}

Can you add more code @store095 

BSSTekLabs_0-1723962923643.png

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

BSS-TekLabs
Shopify Partner
1817 518 603

This is an accepted solution.

This code will make your image square. If I want the exact size of the image you provide, I need the exact parameters of that image. Or you can state the request to make the image bigger or smaller. I will edit it for you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

store095
Excursionist
95 0 43

Thank you.

 

Is it possible to make the square a little smaller like here?:

3113213.png

 

Thank you.

BSS-TekLabs
Shopify Partner
1817 518 603

This is an accepted solution.

BSSTekLabs_0-1723967598245.png

Can you try remove this code @store095 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

store095
Excursionist
95 0 43

Its working. Thank you 🙂