Skip to content

Instantly share code, notes, and snippets.

@jessestu
Last active August 20, 2018 20:06
Show Gist options
  • Save jessestu/da607216db95807fe14c49be27ae9120 to your computer and use it in GitHub Desktop.
Save jessestu/da607216db95807fe14c49be27ae9120 to your computer and use it in GitHub Desktop.
/* Re-orders the elements on the My Account page. / @jessestu 5839844-hc */
.page-id-23 {
display: flex !important;
flex-direction: column;
}
.page-id-23 .elementor-4850 {
order: 1;
}
.page-id-23 .my-account-header {
order: 3;
}
.page-id-23 .my-account {
order: 2;
}
.page-id-23 .elementor-4959 {
order: 4;
}
.page-id-23.logged-in {
display: block !important;
}
.mb {
margin-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment