Hello,
I am experiencing a issue that was brought up in earlier posts, wanted to see if you could help me out.
I have left aligned an image in the main paragraph tag and linked it to another page – no custom CSS applied. The text wraps nicely around the image, until you hover over the image. When you hover over the image, all of the wrapped text jumps down below the image. This happens in both Chrome and Firefox.
Here are previous posts that I have found. I have tried all of the support responses on my web-site. Any ideas?
https://kriesi.at/support/topic/problem-when-hover-on-image-alignement-with-firefox-and-opera-mac/
https://kriesi.at/support/topic/image-jumps-on-mouse-over/
Hi patflaherty!
It looks like your using a plugin there. What is the exact code your using? If your adding the list yourself then try removing it and just display the text and thumbnail.
Regards,
Elliott
Hello Elliot,
I am using the WP RSS Aggregator plugin because I am linking posts from another blog on another a sub-domain. This plugin was the best option I could find to link post from another blog on my website. I own both domains, didn’t know if there was anything you could do to help or suggest.
Thanks
Patrick
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul.rss-aggregator a {
display: inline!important;
}
.rss-aggregator .image-overlay { display: none !important; }
Best regards,
Yigit
That did the trick. Thank you Yigit!
-Patrick