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:      Saved under:  
Skill level:     Contributor: 

Template Location

Bj Custom Layout Nav

Video

Bb Vid Cs

Notes

See the Text boxes overlapping images template in action.

Code

CSS

.fl-col-content {
position: relative;
z-index: 10;
}