The caption display in Firefox is overlaying the logo -it displays properly in Chrome and Safari – haven’t checked Explorer.
Please advise.
Thanks.
To display the caption as need I added the custom css – it’s displaying properly on Chrome, Safari and Explorer but not Firefox.
.slideshow_align_caption { top: 47%; vertical-align: inherit; }
div .slideshow_caption p { font-size: 2em; line-height: 1.5em; color:#ffffff; text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);}
Thanks.
I removed this line in the custom css to get the caption to display properly
.slideshow_align_caption { top: 47%; vertical-align: inherit;}
I’d like to move the caption down a bit yet have it display properly in Firefox. Any help would be appreciated.
Thanks.
I referenced your support messge #195536 to get the
.slideshow_align_caption { top: 47%; vertical-align: inherit;}
Which does not seem to work in Firefox.
Thanks.
Hey!
Have you tried flushing browser cache after applying the code? This is how it looks on my end – http://i.imgur.com/pdGAFnD.jpg
Regards,
Yigit
I did flush the broswer cache. I ended up removing the offending css code so the site would display properly in Firefox – so that’s why you see the page displaying OK in Firefox now. I’ll return to the issue in a couple weeks.
Again, the line I added to the custom CSS that was causing the caption to slide to the very top of the screen over the logo was:
.slideshow_align_caption { top: 47%; vertical-align: inherit;}
You might try it yourself to see.
Thanks again for the reply.