Text Wrap Code Pushes Sidebar Down
-
Hi,
I’m having a challenge with applying the code specified here:https://codex.www.ads-software.com/Wrapping_Text_Around_Images
When I apply the code as shown in the support page above to my Stylesheet, it pushes my right sidebar down below a “page”, but only on a specific “page” I have (or had)images on. The other pages or posts don’t have the sidebar goofed up. I deleted the images back off but the sidebar is still goofed up at that specific page permalink, but again not on any other posts or pages where I did not have images.
Please note that I did not make any changes to any of the Sidebar codes, nor did I add anything into my sidebar.
I’m using the Fluidity 3 Column 1024 template, and other than attempting to add the code as outlined in the support page above, the only thing I’ve modified with this template are colors.
This is what my img code reads now in my Stylesheet, and again it is pushing my right sidebar down below the page posted, but only on a page that contains images, and even after I delete the images out of the page entirely. It did not cause a problem for my left sidebar.
Here’s the code if you can look and see if maybe a tag is not closed or something. My php experience is limited so I don’t yet have a trained eye to see the error. Thank you!
img {margin: 0 10px}; img {border:solid black 1px}; p img { padding: 0; max-width: 100%; }; img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }; img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; } /* all images styling */
img.right {float: right} /* right floating images */
img.left {float: left} /* left floating images */
- The topic ‘Text Wrap Code Pushes Sidebar Down’ is closed to new replies.