Topic Resolution: Resolved
  • Closed
  • Greg Vaughan
    Spectator
    November 8, 2015 at 12:26 am #21870

    Currently the Learn More buttons of my content boxes are jammed right up under the description. How do I add some space between the descriptions and the Learn More buttons?

    http://www.bbblack.com

    Denzel Chia
    Moderator
    Posts: 2656
    November 8, 2015 at 8:21 am #21877

    Hi,

    Please use these codes in your Theme Options -> Custom CSS

    .home .read-more {
    position: relative;
    top: 20px !important;
    }

    Result Screenshot. http://i.imgur.com/WQMvlfX.jpg

    Thanks!

    Greg Vaughan
    Spectator
    Posts: 27
    November 9, 2015 at 1:23 am #21883

    Perfect. Thank you.