• Resolved jim28100

    (@jim28100)


    Hi all,

    I have an image (with its caption) that is breaking out of the post background when assigned an alignment. I’m sure it is a case of clearing a float but for the life of me I can’t find where in the css?
    I would be grateful if someone can point me in the right direction?

    You can see the problem here: http://www.artinbloom.co.uk/blog/

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Thread Starter jim28100

    (@jim28100)

    Okay I fixed it!
    It was a problem with the original ‘black bible’ template. For those who have the same problem you’ll need to amend the ‘entry’ class in the CSS to:

    .entry {
    margin: 0 0;
    padding: 15px 10px;
    display: inline-block; <!– new line –>
    }

    <!– add this too –>
    .entry:after{
    background-color:#F00;
    content: “.”;
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    }
    <!– end –>

Viewing 1 replies (of 1 total)
  • The topic ‘Newbie with a float problem?’ is closed to new replies.