Hi Team.
I added a image banner and I would like to move the button in the same position of one of my image banner.
Store: Glowcare.se
PS: Glowcare1991
The button place and size I want to copy:
The button I want to move:
A user wants to reposition a button on their Shopify store (Glowcare.se) using the Studio theme to match the placement shown in an image banner.
Technical Details:
Proposed Solution:
A community member provided CSS code to add to the theme files:
.banner__content and related classes!importantStatus: The solution has been offered but not yet confirmed as working. The discussion remains open pending user testing and feedback.
Hi Team.
I added a image banner and I would like to move the button in the same position of one of my image banner.
Store: Glowcare.se
PS: Glowcare1991
The button place and size I want to copy:
The button I want to move:
Hello @GeeKyuu24
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->section-image-banner.css>Add this code at the bottom.
.banner__content.banner__content--bottom-right {
align-items: center !important;
}
.banner__box.content-container.content-container--full-width-mobile.color-scheme-6aac9d87-4d14-46ff-a4af-1a4d3f47989f.gradient {
width: auto !important;
}