• Holy Cow! HELP! I have spent hours, upon hours trying to figure this damn wrapping problem.

    First, I know enough about wordpress to operate my little nail blog, and that is about it. I am not programming smart AT ALL.

    I have googled, and googled, and read and read and tried and tried, but I cannot fix this issue. I am about to change over to blogger, because I cannot fix this issue.

    I cannot get text to wrap around an image. I have read some articles and post that talk about a style sheet, which I cannot locate anywhere. My sister who is software developer could not fix this issue either.

    HELP!!! Please dear heaven above, any help would be greatly appreciated (and this issue started about a year ago, when I first started blogging this was not an issue, but then suddenly it appeared).

Viewing 2 replies - 1 through 2 (of 2 total)
  • general https://codex.wordpress.org/Wrapping_Text_Around_Images

    what theme are you using?

    often, h tags (headers) are styled with ‘clear: both;’ which might break the alignments…

    can you post a live link to your site to a post or page with the problem?

    PS:

    from the site linked to your username here in the forum, it seems that your issue is caused by the pinterest plugin and its styles;

    try and add this to your site, possibly best via a custom CSS plugin:

    .pibfi_pinterest { display: inline; }

    or alternatively, try and add this to style.css of your theme (not recommended):

    .pibfi_pinterest { display: inline!important; }

    Thread Starter elsmarietta

    (@elsmarietta)

    Michael – I could kiss you!!

    I took off my pinterest button and – WORD WRAP IS BACK!!!

    You do not understand how much I appreciate this! I have spent hours upon hours on this issue. I was researching moving my blog to blogger!!!

    I can live without my pinterest function, but I hate my blog without word wrap!

    elizabeth in atlanta

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text wrap around images’ is closed to new replies.