Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    @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 https://www.ads-software.com/themes/. See https://codex.www.ads-software.com/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 and FTP Clients ? WordPress Codex.

    Thread Starter cloo17

    (@cloo17)

    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!

    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.