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

Re: Custom Liquid Image

Solved

How can I resize a custom liquid image?

humza22
Excursionist
12 1 1

Trying to make this smaller, no clue how to do it, a good example of what I'm trying to can be found here scroll down and you'll see it. How can I do this? Assuming I use custom liquid?Screenshot 2023-09-06 at 11.18.37 AM.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9159 2184 2700

This is an accepted solution.

Hi @humza22 

 

Thank you for the information. 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:

NOTE: Adjust the width

.elementor-container .elementor-widget-wrap.elementor-element-populated {
    width: 75%;
    margin: auto;
}

 

  • And Save.
  • Result:

Made4uoRibe_0-1694014552135.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9159 2184 2700

This is an accepted solution.

Hi @humza22 

 

Thank you for the information. 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:

NOTE: Adjust the width

.elementor-container .elementor-widget-wrap.elementor-element-populated {
    width: 75%;
    margin: auto;
}

 

  • And Save.
  • Result:

Made4uoRibe_0-1694014552135.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
humza22
Excursionist
12 1 1

What would I put as a section? Custom liquid? Right now I have it as a banner image because I didn't know how to do it.