currently, the image is not wide enough. How do I make it to fit desktop size?
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Hello @Eileen12
This is GemPages - A powerful Page Builder. May I know your URL store and store password (if your store has password protected)? I hope to give you the best solution ![]()
Kind & Best regards!
GemPages
Hi @Eileen12 ,
You can do that by adding this CSS code below in Online Store > Themes > click 3 dots button > Edit code > Assets > base.css, add code at the end of file, click Save button
.banner__media media img { object-fit: unset !important; }
Hi,
the link is https://paw-pparel.com/
Here is the link
This does not work ![]()
My code is little bit messed up after I put so many codes to try..
My mistake, please update code to this
.banner__media img { object-fit: unset !important; }
Hello @Eileen12
This is GemPages - A powerful Page Builder. I would like to give you some recommendations to support you.
Please go to Online Store > Themes > click 3 dots button > Edit code > Assets > base.css and add code at the end of the file
.banner__media media img {
object-fit: cover !important;
}
Work result: https://prnt.sc/xugLnnU_xZ8Y
Kind & Best regards!
GemPages
