• Hello,

    I imagine this is an easy fix but I can’t figure out how to add space between the read more button(which I have changed to ‘view full post’) and the post divider. My blog is https://www.thepeacetribe.com, and if you go to the news or greener living tab at the top, you’ll see what I mean when you scroll to view the excerpt of the post. I can even include the code which I think would allow me to edit the divider, but when I’ve tried to make changes to it, I can’t figure out how to add space between the button and the divider.

    Here’s the small bit of code I’ve been editing; I can only figure out how to get rid of the divider entirely, not move it down a bit below the view full post button:

    .entry-footer .entry-meta {
    background: #2a2a2a url(images/lines.png);
    margin-bottom: -40px;
    padding: 20px;
    }

    Anyone have any ideas on how to fix it?? I appreciate any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • What if you tried moving the divider down a bit and moving the button itself up a bit? If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and try:

    footer.entry-footer {
      margin-top: 60px;
    }
    
    .entry-content a.button {
      margin-top: -15px;
    }
    Thread Starter klaw718

    (@klaw718)

    Thanks so much! That worked a charm ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Genesis] need help adding space after 'read more' link’ is closed to new replies.