Skip to content

Instantly share code, notes, and snippets.

@akther80
Created November 20, 2023 11:17
Show Gist options
  • Save akther80/30eacb753b0cc41b649563f0023a3cd4 to your computer and use it in GitHub Desktop.
Save akther80/30eacb753b0cc41b649563f0023a3cd4 to your computer and use it in GitHub Desktop.
Vodi - Move review content on top of 'Add a review'
.tv-show-tabs .masvideos-Reviews {
display: flex;
flex-direction: column;
}
.masvideos-Reviews #review_form_wrapper {
order:2;
}
.masvideos-Reviews #comments {
order:1;
}
@akther80
Copy link
Author

Please add the above CSS code in Appearance > Customize > Additional CSS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment