Left.php to Float off of Content?
-
I’m trying to add an image to float off of the content in left.php. I tried setting the margin numbers but I noticed that if I re-size my Internet browser it doesn’t stay with the content and other pictures. How can I get it to stay like the right.php column is attached to the content right now?
https://www.luxechandelier.com
My CSS code for the left image:
/* left image */ #leftimage { position: absolute; float: left; margin-left: 0; margin-top: 140px; padding: 0; width: 97px; height: 263px; background: url('https://luxechandelier.com/wp-content/themes/luxechandelier/images/content.png') no-repeat; }
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Left.php to Float off of Content?’ is closed to new replies.