Created
November 20, 2023 11:17
-
-
Save akther80/30eacb753b0cc41b649563f0023a3cd4 to your computer and use it in GitHub Desktop.
Vodi - Move review content on top of 'Add a review'
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
.tv-show-tabs .masvideos-Reviews { | |
display: flex; | |
flex-direction: column; | |
} | |
.masvideos-Reviews #review_form_wrapper { | |
order:2; | |
} | |
.masvideos-Reviews #comments { | |
order:1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add the above CSS code in Appearance > Customize > Additional CSS