How can I adjust my image banner size for better computer view?

Hello all,

I have a problem regarding image size adjusting.

I cannot adjust my computer view.

My mobile view for this image banner is very cool but the computer view is not seem very well.

I want to narrow the photo a little from the sides. how can I do that?


t

@XPS1 please share your store URL so that I can write the code for you.

https://artistboya.com/

sorry I forgot, thanks for your support in advance

@XPS1 add the below code to your theme’s CSS file.

@media screen and (min-width: 768px) {
	#Banner-template--21586738053407__59b2b140-8432-4881-af70-5be69ccc2478 {
	    width: 65%;
	    margin: 0 auto;
	}
}
1 Like

thank you very much for your support. much appreciated.