how can i adjust the position of the button in image banner?
help please!!
my web: https://midnightboots.myshopify.com/
password: 123
A user seeks help repositioning a button within an image banner on their Shopify store.
Solutions Provided:
Multiple respondents offered CSS-based fixes:
base.css targeting the specific banner section ID with position and z-index adjustmentsbase.css using a media query for desktop devices with display: flex !important</body> tagTechnical Approach:
All solutions involve:
base.css)Status: The discussion remains open with no confirmation from the original poster about which solution worked. The responses provide code snippets but appear partially garbled in formatting.
how can i adjust the position of the button in image banner?
help please!!
my web: https://midnightboots.myshopify.com/
password: 123
@pickupurjacket - add this css to the very end of your base.css file and check, adjust number as per your need, this css is for this section only
@media screen and (min-width:750px){
#shopify-section-template--14508997705846__image_banner .banner__buttons{position: relative; z-index: 10; top: 100px;}
}
Hello @pickupurjacket
to adjust the banner button follow this steps:
@media(min-width:768px){
.desktop--device.banner {
display: flex !important;
}
}
Hope this works well.
Hello @pickupurjacket
I would like to give you the recommendation to support you so kindly follow steps below:
I hope the above is useful to you.
Best regards,
GemPages Support Team