Working with columns and having trouble getting things laid out properly? Add this to your CSS override to get some visual assistance - see where your columns are being rendered:
.fl-col{ border: 1px solid red; }
Adds a nice red border around your columns so you have a visual guide.
0 Comments