Joey
(@leglesslizard)
Hi Tom,
I just tried the plugin and could not replicate the issue. Images appear to float fine but the plugin does throw some errors with wordpress version 4.0.1 as it has not been updated.
I was also using the same WordPress 4.0.1, Atahualpa theme version 3.7.18 and Simple Google News version 2.1.
If you have a link to your site I don’t mind having a look at the css to see if I can help at all.
Regards,
Joey
Hi Joey
Thank you for the quick reply. Heres the link to my site.
Tks
Tom
Joey
Looks like I did not use the link properly. My site is tdmales.com
Tks
Tom
Joey
(@leglesslizard)
Inspected the images containing div and I’m unsure why but the css is different than what I have. Have you tried it in another theme (I have got the same theme as you installed so I doubt this is the issue but just in case!) Also, you could try disabling other plugins in case something else is conflicting with google news.
If you want to just add the css to fix the problem you need to add the following code:
.newsimage {
float: left;
margin-right: 15px;
}
The best way to do this I believe is with a child theme (basically uploading your own custom stylesheet with any extra css you wish to apply to your theme, details here.
Good luck!
Joey
Joey
I did try it in the Responsive Theme, but same thing happens. I added the css code that you gave me into the HTML/CSS Inserts area of the Atahualpa theme, and that took care of may problem. The images float left. Thank you for your help on this.
Tks
Tom