Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn 2 columns off #5

Open
EvaMaeRey opened this issue Aug 7, 2021 · 2 comments
Open

turn 2 columns off #5

EvaMaeRey opened this issue Aug 7, 2021 · 2 comments

Comments

@EvaMaeRey
Copy link
Collaborator

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

@arthurwelle
Copy link
Owner

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

@EvaMaeRey
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants