How To Remove 1 Space At End Of Blog Exceprt

Homepage Community Forums Elevate Theme Support How To Remove 1 Space At End Of Blog Exceprt

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #22905
    Bud
    Customer

      Thank you again for your great support which has been so helpful. Love to give you a tweet following your support.

      How do I get rid of one space that follows the blog blurb and the 3 ellipses (…)?

      Here is what I have in functions which I think is a slight modification of what you have:

      //* Modify the Genesis content limit read more link
      add_filter( ‘get_the_content_more_link’, ‘elevate_read_more_link’ );
      function elevate_read_more_link() {
      return ‘… <br>Read More‘;
      }

      I know it’s a small thing but I want to style Read More into a button and it looks wrong to have that space between the last word in the blurb and …

      Thanks!

      Bud

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.