Expandable WordPress content (text) inside a post

There might be two reasons for your problem

  1. You are using <!--more--> tag inside your content . If so then remove it.
  2. While querying post you are using the_excerpt method , if so then change it to the_content .