Last active
March 2, 2021 00:02
-
-
Save cesgarma/88f8f280863af85a8484d9c7d3b68739 to your computer and use it in GitHub Desktop.
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
/* Divi cart icon left to burger menu */ | |
#et-top-navigation { | |
display: flex !important; | |
flex-direction: row; | |
justify-content: flex-end; | |
width: 100%; | |
} | |
a.et-cart-info { | |
text-align: center; | |
display: block; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment