Skip to content

Instantly share code, notes, and snippets.

@cesgarma
Last active March 2, 2021 00:02
Show Gist options
  • Save cesgarma/88f8f280863af85a8484d9c7d3b68739 to your computer and use it in GitHub Desktop.
Save cesgarma/88f8f280863af85a8484d9c7d3b68739 to your computer and use it in GitHub Desktop.
/* 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