Good day. I’ll keep it short
is there any way of moving this shop now button to the bottom of the image banner ? Thanks ![]()
Good day. I’ll keep it short
is there any way of moving this shop now button to the bottom of the image banner ? Thanks ![]()
@DAGNORAK - can you please share this page link?
@DAGNORAK - add this css to the very end of your base.css file and check
@media screen and (max-width:749px){
#shopify-section-template--18168922374464__image_banner .banner__buttons{margin-top: 20rem !important;}
}
Hello @DAGNORAK
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
Go to Online Store → Theme → Edit code.
Open your assets/base.css theme file.
Add the code at the end of the file:
@media screen and (max-width: 749px) {
.banner__content .banner__box.content-container
align-items: end !important;
}
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
why it doesnt work for me please
my site : julibees.com
@Shawn512 add below css into base.css file
.banner__box.content-container.content-container--full-width-mobile.color-accent-1.gradient {
position: absolute !important;
bottom: 0;
}
Coool!
I put this code to the custom CSS, also works!
Hey, Just jumping on this thread, as I’m looking to do something similar.
I want to move the button on my hero image section also further down towards the bottom.
Website is www.outshinegaming.com
If someone can help - please let me know