Have you solved? I can’t see the issue.
Thread Starter
kjlr
(@kjlr)
No, the second and third frames of the slider have cut off titles and captions.
In theme custom CSS add:
#iview h2 {font-size: 1.4rem;}
.iview-caption {max-width: 100%;}
Thread Starter
kjlr
(@kjlr)
I inserted that code into the theme css, as well as iview.css and it’s still cutting off. Any other ideas what it may be? Thanks!
What is being cut off. I’ve loaded the page and it seems to be OK. Have you resolved this?
as well as iview.css
What? You don’t have to modify theme files, you must add that two lines in Custom CSS area in theme admin, like I wrote above.
It’s still cutting off because you haven’t done it, I see with firebug that that code is like before my answer.
So first of all upload via FTP the original theme.
Thread Starter
kjlr
(@kjlr)
Ok, I put it in the Custom CSS field and the second and third frame captions are still cutting off.
I wanted to specify “or less” but I thought you got it… try 1.3em.
Anyway I see the first title cut off, not 2nd or 3rd.
I am not able to replicate this issue. When I go to your site the second and third frames of the slider appear fine to me. The image scales properly and so does the caption, nothing ever gets cut off on my screen.
Try clearing your cache, and reloading the page.
Thread Starter
kjlr
(@kjlr)
Tizz, even when I make it 1.1em, the last title is still cutting off. Evan, this is happening in Firefox.
Thread Starter
kjlr
(@kjlr)
I’ve cleared cache and tried it in multiple browsers. The 3rd frame is cutting off the caption-title like this: “Shark Fishing Sani-” and the caption text is dropping down to a second line after the word “every.” I just thought I might have something set wrong.
Add white-space:nowrap; to #iview h2:
#iview h2 {font-size: 1.1rem;white-space:nowrap;}
Thread Starter
kjlr
(@kjlr)
That did it. Thanks very much!