Is it possible to move the hero text up? picture attached
website: www.ecogarby.com
Password: ddd
find your ‘styles.css’ code and find the following code:
@media only screen and (min-width: 481px)
.block__image-with-overlay .caption.align-middle, .image-slideshow .caption.align-middle, .image-with-text-overlay .caption.align-middle {
top: 50%;
transform: translate(0,-50%);
}
and change the ‘top:’ value to a smaller percentage
If you use the previously suggested method, the mobile version won’t display correctly, using negative %'s isnt reccommended as it doesn’t translate well to other browser sizes.
There is already the set styling of ‘top’ as i previously mentioned, simply changing this value will make a scalable change across all browser sizes