It also happens on your demo.
Caption text being cut off in internet explorer IE 9 and 8
12 posts from 3 voices-
Posted 6 months ago #
-
Sorry, I did not ask a question. Is there a fix?
Posted 6 months ago # -
It also happens in firefox for windows
Posted 6 months ago # -
Hi zorrolynx,
The only reason its showing like that in the demo is because the chrome version of the site is being served up instead the browser specific version. On your live site, the issue should be fixed since there are adjustments made based on the browser.
Regards,
Devin
Posted 6 months ago # -
Well, it is happening on my live site:
Could you point me to these browser specific adjustments? Perhaps they need a little more adjusting.
Thanks
Posted 6 months ago # -
You have some css in your custom.css which is preventing it from showing the entire quote. This specifically:
.slideshow_inner_caption{ padding:0 10% 0 30%; position: relative; display: table; height:100%; width:80%; }The padding on the left is causing it to push under the container.
Regards,
Devin
Posted 6 months ago # -
Any ideas as to what the difference is between webkit and IE as to how I would change that style?
Posted 6 months ago # -
I believe its because IE doesn't know what to do with max-width. The theme fakes the adjustment by limiting the width of the container to 80% for IE.
When you added the left padding it pushes the inside of the caption over too much and hides it again. You could try shrinking the width to 70 or 60% if you really want that much padding.
Regards,
Devin
Posted 6 months ago # -
OK I will try.
Thanks.
Posted 6 months ago # -
Let us know how it goes. Getting IE to work properly is always a pain :)
Regards,
Devin
Posted 6 months ago # -
Worked like a charm!
Thanks!
Posted 6 months ago # -
Hey,
Glad Devin could help.
Regards,
IsmaelPosted 6 months ago #
Topic Closed
This topic has been closed to new replies.














