• yesterday everything was fine , today my whole friggin site has moved all my text below my small images and whilst showing in the writing window , doesnt when do it on the page .
    i dont do html and yes I have tried reinserting pictures

    drivingmenuts.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your site looks fine to me.. Can you explain to me in more detail what you got going on?

    Thread Starter hache2

    (@hache2)

    my site is https://www.verdesi.net , its just driving me nuts as all my small images dont wrap , but did yesterday

    one of your plugins is adding a ‘clear: both;’ to the formatting of the paragraph tags which is messing with the text wrapping.

    https://verdesi.net/wp-content/plugins/page-expiration-robot/css/style.css?ver=4.0.1

    .entry-content p, .entry-summary p, .comment-content p, .mu_register p {
       clear: both;
       line-height: 1.71429;
       margin: 0 0 1.71429rem;
    }

    correct that by adding something like:

    .entry-content p, .entry-summary p, .comment-content p, .mu_register p { clear: none; }

    ideally via a custom CSS plugin.

    Thread Starter hache2

    (@hache2)

    thank you so much alchymyth . it was driving me insane , 2 days of work up in smoke until you gave me the solution … i have now deleted the plugin which i had already stopped using as it was messing with my widget menu , so much for being wordpress compatible ??? and all back to normal , awesome .

    hache2

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