Title: Align Features Content Left
Last modified: July 1, 2020

---

# Align Features Content Left

 *  Resolved [SGans](https://wordpress.org/support/users/aym4t/)
 * (@aym4t)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/align-features-content-left/)
 * Now that I resolved my previous issue, I’m stuck with what started it in the 
   first place. I’d like to align the content under the headers in my Features section
   to be left aligned within their individual divs. I like the icon and feature 
   header centered,but I’m writing paragraphs in there, and they’d be more legible
   if that text wasn’t centered.
    I’m finding it difficult to find the section CSS
   to change, so if anyone has a suggestion, I’d appreciate it. Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falign-features-content-left%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Poonam Namdev](https://wordpress.org/support/users/poonam9/)
 * (@poonam9)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/align-features-content-left/#post-13062731)
 * Hi [@aym4t](https://wordpress.org/support/users/aym4t/),
 * Please add the following custom CSS to **Appearance -> Customize -> Additional
   CSS section** to left-align the paragraph text of the feature section.
 *     ```
       .hestia-features .hestia-info p {
           text-align: left;
       }
       ```
   
 * Hope it helps.
 *  Thread Starter [SGans](https://wordpress.org/support/users/aym4t/)
 * (@aym4t)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/align-features-content-left/#post-13065109)
 * Hi, Poonam! Thank you!
 * I haven’t gotten to try it yet (out of the office), but I’m CERTAIN that’s what’s
   going to work! HOW did you find the names of the divs? I couldn’t find the path,
   when inspecting the page, but I know that’s going to come up more and more.
    
   When I look at the documentation for short codes, they give the names of the 
   Pro sections. I’d LOVE to be able to find these by myself, so I don’t have to
   bug people here.
 * Thank you SO much for this. I can’t wait to get back to the office and apply 
   it!

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

The topic ‘Align Features Content Left’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hestia/3.3.4/screenshot.png)
 * Hestia
 * [Support Threads](https://wordpress.org/support/theme/hestia/)
 * [Active Topics](https://wordpress.org/support/theme/hestia/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hestia/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hestia/reviews/)

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [SGans](https://wordpress.org/support/users/aym4t/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/align-features-content-left/#post-13065109)
 * Status: resolved