By RoryBreaker on
Hello, I just moved my family's blog from the Golden Hour theme to Glossyblue. There is one last issue I can't seem to fix on my own. Images in my blog posts are not displaying properly. To be more specific, the images should not be inline with the text. This is not a problem with any of the other themes I have tried, only Glossyblue as far as I can tell. If you check out the site and scroll down to the second post, you will see what I mean. I tried a few things but without any luck. Any ideas? Thanks!
- Tyson
Comments
divs
can you surround each img in a div? i was initially thinking a span, but it might continue to be inline. something said in another post today comes to mind. not sure about the css, or if it is needed in this case (depends on your theme).
No luck
I wrapped the img tags with divs and it didnt make a difference. Thanks for the suggestion.
- Tyson
theme change
since you changed themes, see if there is a css for the img tag, and if it is floated. if it is, we either need to take that out, or create a class to override with no float (put the class in the div).
using firefox's web developer toolbar (firebug works too), note that the css on the image has a ".post-content img" on line 206 of style.css that is floating your images left; that's your text wrap.
Got it
Commenting out the .post-content img selector in the the gallery2 css file did the trick. What surprises me is that the css from gallery was being applied to my drupal instance. I never had that problem with any other theme. Thanks for the help. Sorry it took so long to post this reply.
- Tyson