Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
/* Move the button up in the image banner block */
.banner__button {
position: relative;
top: -90px; /* Adjust this value to move the button up or down */
}
/* Center the button horizontally if needed */
.banner__button {
display: block;
margin: 0 auto;
}