• Resolved Arcko1000

    (@arcko1000)


    Hi all,

    I been digging and digging through my stylsheet and I cannot seem to find the section that will allow me to add additional space between posts (either via padding or margins).

    My website https://www.arcko.net is otherwise right as rain, but the posts have the appearance of being seemless strung together.

    Any help is appreciated.

    Thanks,

    Arcko

Viewing 4 replies - 1 through 4 (of 4 total)
  • Add a style for .post to the end of style.css:

    .post {
       margin-bottom: 30px;
    }

    Adjust the 30px to suit.

    Thread Starter Arcko1000

    (@arcko1000)

    Who’s awesome? You’re awesome.

    I didn’t realize the style was not already existent and was struggling adding margin values to the existing .post styles.

    Thanks for all your help!

    -Arcko

    You are welcome! Now, please use the dropdown at top right to mark this topic ‘Resolved’.

    hello

    Your reply has been v usefull. I am using wordpress 3.01 desciple theme
    https://www.lionnes.com/blog

    i just reduced space between posts by adding

    .post {
    margin-bottom: -25px;
    }
    at the bottom of my style sheet
    will also love to reduce space between my posts and comment bar, and if possible bring the comment bar to the same line with (add share) found at the end of each post

    thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding Space Between Posts’ is closed to new replies.