Looking for help with aligning the elements visible in the image below. I want the slideshow image and title link to remain where they are, but I need the description text to be positioned below the title and aligned next to the slideshow image instead of stacking behind it.
Does anyone know of an element that can be placed on the slideshow image (with the green border) to prevent the div from stacking behind it?
The title currently has a float:left property, causing it to appear next to the slideshow. However, when I apply float:left to the description text, it ends up next to the title as well.