Hi all,
Here is my current layout :
- Section
- Container (Loop)
- Left column
- Loop image
- Right column
- Loop title
- Left column
- Container (Loop)
I am trying to horizontally display the loop title of all my cards (in red below)
I do not wish to display the titles name on 2 lines so I have added the following CSS to my heading field ;
- /* Prevents text from wrapping */
- %root% {
- white-space: nowrap;
- }
I would appreciate your help as to how I can obtain this layout.
Regards,
Ducktape

