How can I reduce image size in the Dawn theme's multicolumn section?

Solved

How can I reduce image size in the Dawn theme's multicolumn section?

ADRIRTP
Visitor
2 0 1

Hey everyone, 

I would like to reduce the multicolumn's images (icons) in the dawn theme. At the moment it's 89px and I wanted to reduce it to around 50px. it's possible? Can you help me with the code?i think the section is: 

shopify-section-template--19540079182170__0154692f-a85c-4b20-a16f-3396d9c5cdd2

Thank you

 

Captura de ecrã 2023-09-21, às 16.13.57.png

 

Store link: https://4cdc2d-4.myshopify.com/

pass: lugode

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8813 2109 2586

This is an accepted solution.

Hi @ADRIRTP 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--third-width.multicolumn-card-spacing {
    width: 50px;
}

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1695310641065.png
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 8 (8)

Made4uo-Ribe
Shopify Partner
8813 2109 2586

This is an accepted solution.

Hi @ADRIRTP 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--third-width.multicolumn-card-spacing {
    width: 50px;
}

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1695310641065.png
If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Bianca16
New Member
4 0 0

Thanks for the clear explanation, but for me it is not working. Is this still the way to go? I use the Dawn theme and have only the base.css

I copied your code but my pictures are not changing from size. 

Made4uo-Ribe
Shopify Partner
8813 2109 2586

Hi @Bianca16 

This code may not work in your theme because it's for the store of the post owner. Please share your store URL so I can take a look. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Bianca16
New Member
4 0 0

Hi @Made4uo-Ribe ,

 

Thanks for the reply.

 

Shop name is:

https://budgetterenvoorjou.nl/

Made4uo-Ribe
Shopify Partner
8813 2109 2586

Thanks for the info, try this one.

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.multicolumn-card__image-wrapper {
    width: 30%;
   margin: auto;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1729026970841.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Bianca16
New Member
4 0 0

It is now smaller but not in the middle. How can I move it to the middle?

Bianca16
New Member
4 0 0

It worked! Thankyou so much 🙂

PageFly-Henry
Shopify Partner
1184 335 290

Hi @ADRIRTP 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.multicolumn-card__image-wrapper--third-width {

    width: 22% !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.