Whats in this Video
- Adding accordion widget
- Adding "Read More" as accordion heading
- Adding toggle text as accordion content
- Adding CSS to place text above read more button
- Responsive layout
CSS Code
.readmore .e-n-accordion-item{
flex-direction: column-reverse;
}