• so i’m having a problem with having text wrap around images. i don’t want it to wrap around images. i want to have it how it is shown visually, but it just doesn’t want to cooperate. what do i do?

    also the images don’t seem to want to align center or align right either. seems to always be stuck on the left side no matter what.

    https://www.getelement54.com/product-information/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit style.css and remove float:left; from:

    #page_content p img {
    border:medium none;
    float:left;
    margin-bottom:5px;
    margin-right:10px;
    margin-top:5px;
    }

    Thread Starter jasyn

    (@jasyn)

    awesome esmi you are a live saver <3

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how do i get my text to NOT wrap around images?’ is closed to new replies.