Hi,
Trying to create the following design, where a Collection list has a small Delete & Edit icon in the corner. It doesn’t seem as though Relative and/or Absolute positioning work even in the Custom CSS section?
thanks
Hi,
Trying to create the following design, where a Collection list has a small Delete & Edit icon in the corner. It doesn’t seem as though Relative and/or Absolute positioning work even in the Custom CSS section?
thanks
Could you do this with just negative margins on container 3 below?
<container1 with collection to repeat>
<container2> design </container2>
<container3>
<container4> icon 1 </container4>
<container5> icon 2 </container5>
</container3>
</container 1>
Thanks Kevin. That might just work. Will report back