Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Karl DeSaulniers
Hi Larry, I believe with bootstrap you have to set 12 col to span the full distance of the parent. Then if you want 4 evenly spaced cols inside that you divide by 4. 12 / 4 = 3 so each child col needs to be set to 3. Col 6 is half the width of the parent. So yeah.. two col on top of two cols.

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Larry Martell
On Tue, Mar 29, 2016 at 7:27 PM, Tom Livingston wrote: > > > On Tuesday, March 29, 2016, Larry Martell wrote: >> >> The bootstrap class col-xs-6, which the charts are in is float left. >> None have clear set. >> > > If I'm not mistaken, col-xs-6 is extra small 6 column width. Can that width > be

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Tom Livingston
On Tuesday, March 29, 2016, Larry Martell wrote: > The bootstrap class col-xs-6, which the charts are in is float left. > None have clear set. > > If I'm not mistaken, col-xs-6 is extra small 6 column width. Can that width be too small? Can you over ride it? -- Tom Livingston | Senior Front E

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Larry Martell
The bootstrap class col-xs-6, which the charts are in is float left. None have clear set. On Tue, Mar 29, 2016 at 7:12 PM, Tom Livingston wrote: > Are charts floating? Are any charts set to clear? > > > On Tuesday, March 29, 2016, Larry Martell wrote: >> >> I went thought all the parent elements

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Tom Livingston
Are charts floating? Are any charts set to clear? On Tuesday, March 29, 2016, Larry Martell wrote: > I went thought all the parent elements and I did not see a width set. > No I don't have a link, this is an in house app, and not available > externally. > > On Tue, Mar 29, 2016 at 6:10 PM, Chris

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Larry Martell
I went thought all the parent elements and I did not see a width set. No I don't have a link, this is an in house app, and not available externally. On Tue, Mar 29, 2016 at 6:10 PM, Chris Rockwell wrote: > There is likely a width set on one of the parents causing the overflow > scrolling. Do you

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Larry Martell
Actually this appear to be using bootstrap. The charts are created within bootstrap classes. The hierarchy is: chart 1 chart 2 chart 3 chart

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Chris Rockwell
There is likely a width set on one of the parents causing the overflow scrolling. Do you have a link? On Tue, Mar 29, 2016, 6:09 PM Larry Martell wrote: > I am trying to align 4 divs horizontally. I know I've successfully > done this before with either display: inline-block or position: static >

Re: [css-d] align 4 divs horizontally

2016-03-29 Thread Angela French
Is bootstrap an option? -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Larry Martell Sent: Tuesday, March 29, 2016 3:08 PM To: CSS Discuss Subject: [css-d] align 4 divs horizontally I am trying to align 4 divs horizo

[css-d] align 4 divs horizontally

2016-03-29 Thread Larry Martell
I am trying to align 4 divs horizontally. I know I've successfully done this before with either display: inline-block or position: static or something. But no matter what I've tried with this case I always get 2 divs lined up horizontally and then 2 divs below those. This is big ugly app I didn't

Re: [css-d] 3 columns with expanding middle

2016-03-29 Thread Angela French
Well, after all your help, it turns out my Communications dept. has decided they don’t want to go forward on the direction I was taking. Oh, well. I did learn a few things in the process , so thank you all. Angela French From: Chris Rockwell [mailto:ch...@chrisrockwell.com] Sent: Monday, Marc