BE Eye theme 3 colored boxes make 4 or 5
On your Be Eye them with the three colored boxes I would like to make 4 or 5 using the 1/4 or 1/5 column structure. Could you help with the css I tried but it shoved the boxes under each other.. I am using full width for this.
Here is the code you guys used so looking what it would be for the width percentage on a 4 or 5 column and I know the id would change also based on the columns used.. Thanks
#intro .one-third {
margin: 0 0 0 0;
width: 33.333%;
}
Comments