codehover icon indicating copy to clipboard operation
codehover copied to clipboard

turn 2 columns off

Open EvaMaeRey opened this issue 3 years ago • 2 comments

Once you get through a side-by-side display. Turn off column setting. Turn on again for another graphical pipeline if needed.

EvaMaeRey avatar Aug 07 '21 17:08 EvaMaeRey

I used two CSS classes and it worked, but still with glitches (somethimes when it should return to one-full-column-format it starts with half... I guess its a question of how many divs to close with /div tag).

Here is the css .column_left { float: left; width: 50%; }

.column_right { float: right; width: 50%; }

And an exemple test.zip

arthurwelle avatar Aug 08 '21 12:08 arthurwelle

I looked at test.zip. I didn't see the glitches yet. I like the example. :-) I'll try with the reduced code soon!

EvaMaeRey avatar Aug 10 '21 02:08 EvaMaeRey