A user wants to reposition a button on their Impact theme’s hero banner slideshow. The button currently sits at middle-bottom, but they need it at bottom-right (15px from bottom, 15px from right) to avoid covering banner text.
Attempted Solutions:
One responder couldn’t locate the button and suggested it might be unnecessary since the banner is clickable
Another provided CSS code to add to theme.liquid using float: right !important for .banner__content and .banner__button
Current Status:
The initial CSS solution didn’t override the existing positioning
A follow-up suggestion recommended placing the code within <head></head> tags instead
The issue remains unresolved as the user seeks a way to set custom positioning for the button
Summarized with AI on November 6.
AI used: claude-sonnet-4-5-20250929.
I use the impact theme, on the main landing page hero image banner (the theme calls that image Template - Slideshow) I want to move the button, presently it’s middle bottom. I’d like it at right bottom so it doesn’t cover text on my banner. Any suggestions?
@Acme I don’t have it up as it covers part of my banner text but here is what it looks like in a test environment. I can use the desktop position setting but I need more ability to customize location
I couldn’t locate the buttons you wanted to relocate. Since the banner is clickable, it looks like the buttons aren’t necessary. Let me know if you still need any adjustments.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Unfortunately it didn’t change the location, it isn’t overriding that section, I’d like to get the banner 15 pixels from bottom, and 15 pixels from right.