Created
June 17, 2022 17:32
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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