Title: Remove indent from excerpt
Last modified: September 1, 2016

---

# Remove indent from excerpt

 *  Resolved [cloo17](https://wordpress.org/support/users/cloo17/)
 * (@cloo17)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-indent-from-excerpt/)
 * I am trying to remove an indent on my page. See problem here: [http://climatechampions.ucop.edu/climate-champions/](http://climatechampions.ucop.edu/climate-champions/)
 * All of the posts are slightly indented. Is their a code I can include on the 
   next page to stop this from happening? Thank you!

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

 *  [Joey – a11n](https://wordpress.org/support/users/jricketts4/)
 * (@jricketts4)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-indent-from-excerpt/#post-7606315)
 * You can edit this in your themes style.css file, if it isn’t available already
   to change within the post itself.
 * WP-content –> themes –> Avada –> style.css
 * You’re looking for this bit of code right here.
 *     ```
       .fusion-two-fifth {
           width: 37.6%;
       }
       ```
   
 * Go ahead and change that 37.6 percentage to 0.
 *     ```
       .fusion-two-fifth {
           width: 0%;
       }
       ```
   
 * That leaves a very small indentation that in my opinion looks great.
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-indent-from-excerpt/#post-7606323)
 * [@cloo17](https://wordpress.org/support/users/cloo17/): You’re using Avada, a
   premium/paid theme not supported in these forums. It’s best to go to the support
   site where you bought the theme for help with customizations and issues. You 
   paid for support when you bought the theme, so you should contact the people 
   who sold you the theme. These forums are for free themes available in the WordPress
   theme directory at [http://wordpress.org/themes/](http://wordpress.org/themes/).
   See [http://codex.wordpress.org/Forum_Welcome#Commercial_Products](http://codex.wordpress.org/Forum_Welcome#Commercial_Products)
 * And, you 1) shouldn’t modify the parent theme; first make a child theme so you
   don’t lose changes on a theme update. 2) It’s a bad idea to use the WordPress
   admin file editor; make a mistake, and your site goes down. Use FTP to edit files.
   See [Filezilla](http://filezilla-project.org/) and [FTP Clients « WordPress Codex](http://codex.wordpress.org/FTP_Clients).
 *  Thread Starter [cloo17](https://wordpress.org/support/users/cloo17/)
 * (@cloo17)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-indent-from-excerpt/#post-7606425)
 * Unfortunately, I am on the lower end of the totem poll and do not have access
   to a log in for this site in order to use the forum. Do you have any suggestions
   of what I could do?
 * Thank you!
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-indent-from-excerpt/#post-7606427)
 * There is no support here for Avada; you need to ask for help in the Avada forums.

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

The topic ‘Remove indent from excerpt’ is closed to new replies.

## Tags

 * [Indent](https://wordpress.org/support/topic-tag/indent/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/remove-indent-from-excerpt/#post-7606427)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
