Thanks. My url is
http://www.bodymindspiritacupncture.com
Please view in Firefox. I appreciate your assistance.
Thanks. My url is
http://www.bodymindspiritacupncture.com
Please view in Firefox. I appreciate your assistance.
Hi, can you test one of WordPress default themes like Twenty Fourteen.
Thank you
I do not use the TwentyFourteen theme. How can that help me?
You can test a theme from the Appearance menu without installing the theme. This is only to test if your theme is causing this issue.
I don’t know if this helps you but I was bored so I checked this out.
(also you misspelled the url above)
There’s a position:relative !important; on div.slideshow_content. I have no idea why it’s not working the way it is but if I change it to position:absolute !important; it works in Chrome and Firefox.
Maybe if you add:
.slideshow_container .slideshow_content {
position: absolute !important;
}
to your stylesheet it will work? I’m not sure what kind of hierarchy you’ve got though – it might get overruled anyway. You could try changing it in the slideshow’s stylesheet.