Hello, i would like to move the hero text down and lock it in place for desktop because it’s too close to the header. pic below
website: infinibuddy.myshopify.com
Password: eco
Hello, i would like to move the hero text down and lock it in place for desktop because it’s too close to the header. pic below
website: infinibuddy.myshopify.com
Password: eco
Hello There,
.image-with-text-overlay__banner .caption.text-align-center.align-top {
top: 50%;
transform: translate(0%, -50%);
}
.caption.text-align-center.align-top {
top: 50% !important;
}
Add this code in the bottom of the Style.css or theme.scss
@Zworthkey @ZestardTech Thank you so much, these both work. Is there a way to just limit it to desktop? because it also moves down on mobile? You guys are awesome