I applied a code that cuts the image and does not alter/frame the image in a certain dimension.
website: www.dentalgoodbuys.ocm
A user needed help adjusting the dimensions of a secondary header image on their Shopify store (dentalgoodbuys.com), which was displaying too large. The original image appeared oversized and needed to be framed in a smaller, centered rectangle with reduced height.
Solution provided:
Outcome:
The solution successfully resolved the issue. The helper provided visual examples and specific code targeting the banner ID to frame the image appropriately.
I applied a code that cuts the image and does not alter/frame the image in a certain dimension.
website: www.dentalgoodbuys.ocm
Hi @NGM2022 ,
I checked and didn’t find the section you requested, you can upload it and send me the preview link, I will help you check it
the image is big as hell and should be in the center and less height. is it possible to frame it with the measures I set?
no i would like to frame the image in a smaller rectangle
Hi @NGM2022 ,
You want this:
Go to Assets > base.css and paste this at the bottom of the file:
#Banner-template--16686317994268__f0d8c86e-6d68-4ced-8916-a3095a74f0b4 {
max-width: 90rem !important;
margin-left: auto !important;
margin-right: auto !important;
}
Hope it helps!
perfect. thank you