If I need to code something, please send the code. I also don’t know where I’d find the code or if it’s just a simple setting in Shopify. Thanks for your time and help in advance.
1 Like
Hi @royalemania
Would you mind to share your Store URL website? with password if its protected. Thanks!
password: wedroppingsoonfr
1 Like
Thank you for the information. Do you like it smaller? If it is try this.
- 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--full-width.multicolumn-card-spacing {
width: 30%;
margin: auto;
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @royalemania ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony
It did not change for mobile. Is there a way to change this too?
1 Like
Did you paste it already in base.css? I think it will work on the mobile too.. Let me know. Thanks!
I did paste it into base.css. It still doesn’t work on mobile.