New Shopify Certification now available: Liquid Storefronts for Theme Developers

Custom Liquid Image

Solved
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
4210 968 1177

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!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 2 (2)
Made4uo-Ribe
Shopify Partner
4210 968 1177

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!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


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.