• I’m trying to add an image to the left sidebar and set it to float:left but it stays on the right.

    Does anyone know why this is happening and how to make it stay on the left side of the content?

    See here on my blog: https://www.luxechandelier.com/

    This is what I have under my CSS:

    /* left */
    
    #left {
      position: absolute;
      float: left;
      width: 97px;
      margin: 0px 0px 0px 0px;
    }

    This is what I have under left.php:

    <div id="left">
    <img src="https://luxechandelier.com/wp-content/themes/luxechandelier/images/content.png">
    </div>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Won’t Float Left’ is closed to new replies.