Place image behind transparent header mobile

Hey, how can I place the image on homepage behind the transparent header on mobile?

URL: https://www.bafaluc.com

Password: sawbaw

Hi @Pam9 ,

Go to Assets > theme.css and paste this at the bottom of the file:

@media screen and (max-width: 948px){
	.template-index #content-holder{
		margin-top: 0px !important;
	}
}

Hope it helps!

Hey @LitExtension

It works! Thank you so much. I really appreciate it.

Hi @Pam9 ,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.