• Resolved wordpressfaces

    (@wordpressfaces)


    I’ve got a problem with the formatting of images/text on individual post pages on a blog I’m building.

    On the edit post page, the different paragraphs of text appear below the individual images, but when the post is viewed the text appears to the right of the images (as do the share icons), which I want to avoid.

    An example of a post with this problem is here:
    https://www.banksy- prints.com/2010/01/banksy-vs-king-robbo/
    (you need to remove the gap)

    Do I need to edit the CCS file? I tried looking for image alignment float code to edit, but had no luck.
    Any input much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try removing float:left; from compressed.css in:

    p img {
    float:left;
    margin:1.5em 1.5em 1.5em 0;
    padding:0;
    }
    Thread Starter wordpressfaces

    (@wordpressfaces)

    Thanks, I removed float left with firebug and it solved the problem completely.
    The trouble is I don’t seem to have a compressed.ccs file anywhere, despite firebox showing one. It isn’t showing in my theme editor from the admin dashboard, or via my ftp for the site. The only css files I can see are style.css and ie.css, and this bit of code doesn’t appear in either. Any ideas why compressed.css isn’t showing? Or how I could access it?
    Thanks

    a plugin perhaps?

    Thread Starter wordpressfaces

    (@wordpressfaces)

    Found the file to edit finally, problem solved.
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to stop text wrapping around images?’ is closed to new replies.