• Hi!

    First time poster. Love the theme for my news site: downup.io

    I have a couple of questions:

    1. I have some leftover space from removing the “continue reading button” on the main page that I want to get rid of.

    2. I also want to get rid of the leftover lines at the bottom of the page posts when I got rid of the “next post and previous post” words.

    3. I would also like to customize the dateline and byline — I just want to have the byline and the date, but I want to customize it to my liking.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @ackmetishyper,
    Thanks for contacting us.

    You may try adding the style below to remove the margin:

    p.more-tag-wrapper {
        margin-top: 0;
    }

    If you wish to remove space between posts then apply these additional styles

    body.archive .site-main > .hentry, body.blog .site-main > .hentry, body.search .site-main > .hentry {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Lines and spacing’ is closed to new replies.