Blog Page

Support Area Forums Agency Blog Page

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #5003
    Andrew Blackwood
    Participant

    I am having some issues with post behavior on my testing site. When I post pictures that are longer than the text of a blog post, the earlier posts overlap onto the newer post. An example of this behavior: http://2539.nysf.com/category/updates/ . Is there a quick fix for this?

    Also, I noticed on your demo blog that there is a list of pages of posts at the very bottom, giving options for Last Page, Next, etc. Was this achieved through an outside plugin, or is something within my theme broken?

    #5006
    Bill Robbins
    Moderator

    Andrew,

    Thanks for the link. It looks like the images floated to the left or right aren’t clearing with a short post length. Here’s how to make that work:

    1) Go to the appearance section and select edit to open up the theme editor.
    2) From the list of files on your right, choose style.css
    3) Scroll down to the very bottom and paste this:

    .post-divider {
    clear: both;
    }

    4) Save your changes.

    That should cause the box around your posts to extend all the way around your images now. I’ve also added it to the theme in case that happens to anyone else.

    Let me know if you have any other trouble or questions.

    #5007
    Andrew Blackwood
    Participant

    Perfect – the silver bullet to all my alignment issues. Thanks Bill.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Page’ is closed to new replies.