• Hi All,

    I am newbie, succesfully installed and started to post… I got an issue, i.e.,
    If I upload/insert an image in between text, it will be on one side of the page and half of page will be blank in output.

    How to put text beside the image as it would look great, any suggestions / idea. please show me the way.

    Thanks in Advance…
    Seenu

Viewing 5 replies - 1 through 5 (of 5 total)
  • you can try to change the img properties in the css of your theme to have what you want to have :p

    I think you just want something like that :

    img{
    float: left;
    }

    Thread Starter sreenivasulu

    (@sreenivasulu)

    Can you please provide in which files it will be

    in wordpress\wp-content\themes\your_theme\style.css

    did you use the alignment buttons while inserting the image?

    changing the css might be a bit extreme and will take away some of your flexibility.

    that’s true, if you change something on your css, don’t change all the images like I said ^^ it was an example
    only change for the class or the id corresponding :p

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image and text side by side in my post’ is closed to new replies.