Tutorial & code
Text boxes overlapping images
Experiments using CSS (z-index and positioning) along with background row shapes for out of the box designs.
Minimum BB plugin required: Lite Saved under: Layouts
Skill level: Advanced Contributor: David Waumsley
Template Location
Video
Notes
See the Text boxes overlapping images template in action.
Code
CSS
.fl-col-content {
position: relative;
z-index: 10;
}