The top of my product gets cut off on the product cards shown on the home page (refer to attachment). I am using Shopify starter. Any help would be appreciated.
Hello @Onnaha_pk
Can you share store URL?
Hi @Onnaha_pk
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hello @Onnaha_pk ![]()
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.card__media .media img {
object-position: top !important;
}
The result
Hope that helps!
Is it not possible to edit code in the Shopify Starter Plan?
I am unable to find the edit code option. Is it not possible on Starter plan?
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your base.css file
-
Paste the code at bottom
There seems to be no edit code option for the shopify starter plan!
Hello @Onnaha_pk ![]()
Yes it seems there is no option for editing code on the Starter plan.
Then you can consider using an app like this one to insert CSS code into your theme without modifying code.
Oh no, even this app is not compatible with Shopify Starter.
That is so unfortunate. Then I think we cannot customize freely on the Starter plan ![]()


