stephencphotog
Member
Posted 8 months ago #
Hi
I have some long image descriptions which work fine with FireFox on a Mac. However, on a PC running IE9 the description text overlaps and is illegible.
See http://www.stephenc.co.za/morganbay2012 Check image 12 of 60 as an example.
I am using WP 3.4.2 and NextGEN 1.9.6
Any fixes and/or suggestions.
Many thanks
Stephen
The CSS in use is found in the plugin in lightbox-gallery.css, but can be overwrote by adding statements to the bottom of your theme stylesheet, for example:
#cboxTitle {
top: 24px;
color: #fff;
background: #000;
padding: 5px;
}
and in the img setup in NextGen add a <br /> between the (2) sentences.
Adjust CSS accordingly to your liking...
stephencphotog
Member
Posted 8 months ago #
Thanks. I'm not experienced in editing this way but will give it a go. Is it a problem that if I edit the css now that when an upgrade comes along i will need to redo the edit?
Regards
Stephen
Is it a problem that if I edit the css now that when an upgrade comes along i will need to redo the edit?
Yes, if you edit the parent theme, review using a Child Theme so custom edits are not lost.