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, 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
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!
Holy sh**! It works! Thank you!!!
how do i make the lines in the descriptions closer together