Custom CSS Repeat group

Mono

Member
Hello

I'm looking to put a border around 4 elements on a repeat group containing 10 elements.

Can someone give me a pointer.

Thanks
 
Use your browser console to inspect the elements, CSS classes and HTML ids.

How are these 4 elements "placed". Do you have defined e.g. columns in the group layout?
 
Hi
The elements I wish to outline are horizontal, but I don't see anything wrong with having them vertical in columns.
 
You can set your group to 4 columns, move the 4 elements to be on position 1,2,3,4 or 4,5,6,7 etc. of your visible elements and then do somthing like
#groupX .fabrikSubGroup .row-fluid:nth-child(Y) {border:solid;}
Check with your browser console which row-fluid you must set.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top