Shopify themes, liquid, logos, and UX
I have tried pasting codes in theme.css and base.css but it does not affect my website at all
preview:
https://ua339d7nn4j8jnrp-86741057877.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
So you're seeing this:
but want to see this:
You can try adding code like this to your sections or theme Custom CSS setting:
.card__inner.ratio {
--ratio-percent: 100% !important; /* can change the number to your taste */
}
.card__inner.ratio img {
object-fit: contain;
}
This is an accepted solution.
So you're seeing this:
but want to see this:
You can try adding code like this to your sections or theme Custom CSS setting:
.card__inner.ratio {
--ratio-percent: 100% !important; /* can change the number to your taste */
}
.card__inner.ratio img {
object-fit: contain;
}
Thank you very much for you're help. I appreciate it for taking time to help me.
Thank you very much
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025