• mackhina

    (@mackhina)


    Hey all

    I was wondering how I get the post to float to the right side of the heading thumbnail image rather than below it? I’ve been going through the code and it’s a little bit confusing for a beginner.

    I can see div tags that represent the thumbnail and the blog content but dont really understand what to change to make them side-by-side, rather than one on top of the other.

    Can I add something in the stylesheet to control that, or do I change something in my displaypost.php?

    I’ve made a start so you can see an example of where my page is up to here.

    Any help would be heaps appreciated! Thanks in advance!

    Cheers

    Mick

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

    (@mackhina)

    I’ve added the following which has made the heading for my post align to the right side of the thumbnail image.

    .post-image {
    	float: left;
    	padding: 0 10px 0 10px;
    	margin: 0;
    	text-align: left;
    }

    However this doesn’t seem to effect the post-content, only the post-head. Any idea why?

    Secondly, will using the tag post-image mean that all of my images in the post be dictated by these guidelines?

    Cheers

    Mick

Viewing 1 replies (of 1 total)
  • The topic ‘Aligning blog to right side of heading thumbnail image’ is closed to new replies.