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

Need Help with Rows and columns #408

Open
jqueryhacker opened this issue Jan 23, 2021 · 3 comments
Open

Need Help with Rows and columns #408

jqueryhacker opened this issue Jan 23, 2021 · 3 comments

Comments

@jqueryhacker
Copy link

Hello,
I'm trying to set up a simple page with three divs.
Unresponsive would look like this
Div A
Div B
Div C
where Div B spans 2 rows A and C

When collapsed, I want them all 100%
but in the vertica sequence
Div A
Div B
Div C
Can anyone help me with that?

@badcat
Copy link

badcat commented Jan 23, 2021

Maybe an ascii / drawing would help?

@jqueryhacker
Copy link
Author

The spaces in my ascii drawing were collapsed. I'll try again.

Divs

That should be clearer

@badcat
Copy link

badcat commented Jan 24, 2021

You could probably do something using the ascii inspired css grid template areas without even using Skeleton's float based "grid". As far as I know you can't do the vertical spanning you suggest.

Here's a codepen.
https://codepen.io/badcat/pen/BaLebRe

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