Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save divienginesupport/16e714026dd016af5b709d17b31bf183 to your computer and use it in GitHub Desktop.
Save divienginesupport/16e714026dd016af5b709d17b31bf183 to your computer and use it in GitHub Desktop.
Adjust woocommerce alert notices position at desktop view when the multistep option is enabled at the checkout
@media only screen and (min-width: 768px){
.woocommerce-notices-wrapper {
position: absolute;
top: 50vh;
left: 10%;
z-index: 99;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment