Cyclone Slider 2 – Text Wrapping
-
I’ve been trying to figure out how to put text wrapping in Cyclone Slider 2. I see in this plugin’s forum that others are also trying to do this, but no one has a solution.
I’ve studied W3 School’s CSS guide thoroughly. It seems that the code that ought to work is:
position: relative; display: inline; clear: none;
For right-alignment, one needs to add:
float: right
Unfortunately, this doesn’t work. A line break is being generated; Firebug shows that the the text ends up in a separate div from the slide image.
In the W3 schools guide, I can’t find any CSS element other than the ones mentioned above that could affect line breaks. This leads me to suspect that something in the plugin’s PHP or JS is doing this, but I don’t know anything about PHP or JS.
I would really appreciate a reply from the plugin author.
- The topic ‘Cyclone Slider 2 – Text Wrapping’ is closed to new replies.