Home › Forums › ASE Support › Vertical Align video component to top of post › Reply To: Vertical Align video component to top of post
Keymaster
Hi Jessica, try the following custom CSS code
.jorgen-entry-content {
padding-top:0px;
}
.aesop-video-component {
margin-top:0px;
}