how I adjust the image ratio of my blog

Solved

how I adjust the image ratio of my blog

Jim
Explorer
64 2 22

2d5ab790b3a841b7ae447579fc60648.png

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
1973 566 666

This is an accepted solution.

Hi @Jim,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

.card__inner.ratio {
    /* You can adjust this value according to your preference */
    aspect-ratio: 1/1 !important;
}

Here is the result

BSSTekLabs_0-1723864767564.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. 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

Replies 2 (2)

niraj_patel
Shopify Partner
2378 514 511

Hello @Jim 

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 screen and (min-width: 750px) {
   .main-blog h1.title--primary.scroll-trigger.animate--fade-in {
      text-align: center !important;
   }
   .blog-articles {
      display: flex !important;
       justify-content: space-between;
  }
}
</style>

niraj_patel_0-1723864494572.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

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

BSS-TekLabs
Shopify Partner
1973 566 666

This is an accepted solution.

Hi @Jim,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

.card__inner.ratio {
    /* You can adjust this value according to your preference */
    aspect-ratio: 1/1 !important;
}

Here is the result

BSSTekLabs_0-1723864767564.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. 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