DOGSHT
December 12, 2022, 10:06pm
1
Hi Everyone
I’m trying to resize my image banner to fit nicely on to desktop. As you can see by the below photos it fits well to mobile (which is where 90% of our traffic is from). But it’s not fitting well on desktop. Hopeless over here with coding so any help would be much appreciatted!
Thanks
Shane
1 Like
Hello @DOGSHT
Can you give me your Store URL( with pass if your store password is enabled) so we can check it for you?
Kind & Best regards,
GemPages Support Team
@DOGSHT
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
DOGSHT
December 13, 2022, 4:05am
4
Hello.
Website url is https://dogsht.com.au/
Thanks for your help!
Hi @DOGSHT
You can try adding the below code by following these steps:
Go to Online Store → Theme → Edit code https://prnt.sc/NIubHkOJxV7S
Open your base.css in the Assets folder.
Paste the below code at the end of the file. https://prnt.sc/xS2FTEQ-m0cc
@media screen and (min-width: 750px){
#shopify-section-template--15807585288427__image_banner .media>img{
object-position: top right;
}
}
The result may look like the image below:
I hope the above code can work and support for you.
Kind & Best regards,
GemPages Support Team