Title: Appending [&#8230;.] after automatic extract
Last modified: August 30, 2016

---

# Appending [….] after automatic extract

 *  Resolved [S2E](https://wordpress.org/support/users/s2e/)
 * (@s2e)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/appending-after-automatic-extract/)
 * Hi, I am a first time website builder. I am using a “grid” format for Blog archives
   with automatic excerpts. How do I append “…..” after the automatic excerpt? Else
   the display looks strange stopping half way through a sentence
 * Here’s a link to the blog archive page
    [http://www.s2econsulting.biz/resources/](http://www.s2econsulting.biz/resources/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/appending-after-automatic-extract/#post-6227316)
 * Hi [@s2e](https://wordpress.org/support/users/s2e/)
 * Thanks for reaching out.
 * The regular excerpt […] is there but hidden by a static excerpt height. We’ll
   need to resolve with Custom CSS. If you’re using Vantage Premium you can go to
   Appearance > Custom CSS. If you’re using Vantage Free, go to Plugins > Add New
   and install a plugin called Simple Custom CSS, then go to Appearance > Custom
   CSS and insert:
 *     ```
       /* Grid Loop Excerpt */
   
       .vantage-grid-loop article .excerpt {
       height: auto;
       }
       ```
   
 * You can leave the above as is or change the `auto` value to a fixed height. Right
   now it’s set at 2.5em.
 * Hope that helps.
 *  Thread Starter [S2E](https://wordpress.org/support/users/s2e/)
 * (@s2e)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/appending-after-automatic-extract/#post-6227333)
 * Hi Mispion,
 * This worked! after some trial and error I was able to get the manual excerpt 
   to rightly fit into the excerpt height – thanks for your help
 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/appending-after-automatic-extract/#post-6227364)
 * Awesome 🙂 Glad to hear that did the trick.
 * All the best.
 *  Thread Starter [S2E](https://wordpress.org/support/users/s2e/)
 * (@s2e)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/appending-after-automatic-extract/#post-6227365)
 * Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Appending [….] after automatic extract’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vantage/1.20.33/screenshot.jpg)
 * Vantage
 * [Support Threads](https://wordpress.org/support/theme/vantage/)
 * [Active Topics](https://wordpress.org/support/theme/vantage/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vantage/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vantage/reviews/)

## Tags

 * [blog excerpt](https://wordpress.org/support/topic-tag/blog-excerpt/)

 * 4 replies
 * 2 participants
 * Last reply from: [S2E](https://wordpress.org/support/users/s2e/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/appending-after-automatic-extract/#post-6227365)
 * Status: resolved