Re: Full screen background image? (Dawn)

How can I fix the scaling issue of a full screen background image on Dawn theme?

blake1798
Excursionist
21 0 4

Hello, I am trying to make the background of my home page a full screen image, however on some resolutions the image does not scale correctly which leaves a massive white space like this:

Screenshot_2.png

 

Any idea how to fix this? Store is https://au-ther.com/ and no password. Thank you!

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1785 3101

Hi @blake1798 

 

This is Victor from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> 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 </head>

<style>
div#Banner-template--17453628391723__35d413ee-08e4-4b94-8f8a-989448514045 {
min-hegight: 100vh
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly

GemPages
Shopify Partner
5625 1261 1243

Hi @blake1798

 

Glad to support you today.

 

You can check out my suggestion below to get your concern resolved.

 

1. Go to Edit code on Online Store:

GemPages_0-1674011325135.png

 

2. add my code  above the </body> tag on Theme.liquid:

<style>

	#Banner-template--17453628391723__35d413ee-08e4-4b94-8f8a-989448514045 {
		min-height: 100vh !important;
	}
</style>

 

Eg:

GemPages_1-1674011360012.png

 

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center