I’d like to center the button on my image banner on my home page. I currently don’t have a button enabled because it always displays in a weird location. See below image for example. My website is pulsedevice.com
Thanks in advance!
I’d like to center the button on my image banner on my home page. I currently don’t have a button enabled because it always displays in a weird location. See below image for example. My website is pulsedevice.com
Thanks in advance!
Hello there,
You can add button link.
I can’t seem to send you a previewed button without making it live on the website, which I’d prefer not to do. The website is dawn theme and what it would look like with the button are in the attached screenshots in my previous posts. Sorry if that’s not helpful
Hello There,
@media screen and (min-width: 767px){
.banner__content.banner__content--bottom-left {
justify-content: center;
}
.banner__content.banner__content--bottom-left .banner__box.content-container {
text-align: center;
}
}
Unfortunately this did not work. It moved it slightly to the right but it’s still very far off center.