Dawn Theme for Mobile: Sections Image Banner Content/ Button Placement

Hi, I would like to customize the content and button position on image banner for the dawn theme to bottom left on mobile. How can this be achieved?

thanks!

hi @Bossify

This is PageFly - Free Landing Page Builder.

This can be achieve by using custom css code. Please help me by share your site URL and password if password protected. I will give you a code and where to place it

Hope this helps.

Best regards,

PageFly

1 Like

Thank you!!

https://monkey-see-monkey-do-athletics.myshopify.com

password: 12345

hi @Bossify
Can you check the password? is there something wrong? thank you

Hi @Bossify ,

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

@media screen and (max-width: 749px) {
	.banner .banner__content {
		align-items: flex-end !important;
		justify-content: start !important;
	}
	.banner .banner__box {
		text-align: left !important;
		align-items: start !important;
	}
	.banner .banner__buttons {
		justify-content: start !important;
	}
}

Hope it helps!

1 Like

Holy sh**! It works! Thank you!!!

1 Like

how do i make the lines in the descriptions closer together