[css-d] Centering menu items responsively

2014-09-05 Thread J.C. Berry
Hello all, I have 3 menu items that look like this on full width of site X X X If I want to reduce to a phone width I get X X X But what about the in-between (tablet, etc.) alignment? Right now I get: X X X And I want X X X i.e. Centered second row. How can I? -- J.C. Berry, M.A. UI

Re: [css-d] Centering menu items responsively

2014-09-05 Thread Alex M.
These days in pretty much anything, unless you're still supporting ie6. Do note that the element you're adding it to needs a set fixed width though- harder when it's something like a menu though, I appreciate! The other thing you could look into is CSS3 transforms which can move your element

Re: [css-d] Centering menu items responsively

2014-09-05 Thread Jon Reece
On Fri, Sep 5, 2014 at 3:13 PM, J.C. Berry jcharlesbe...@gmail.com wrote: I have 3 menu items that look like this on full width of site X X X If I want to reduce to a phone width I get X X X But what about the in-between (tablet, etc.) alignment? Right now I get: X X X And I want

Re: [css-d] Centering menu items responsively

2014-09-05 Thread J.C. Berry
OK don't judge me - well actually do http://www.xifin.com/solutions/xifin-technology/portals Not fine-tuned but there it is. On Fri, Sep 5, 2014 at 3:38 PM, Jon Reece jon.re...@gmail.com wrote: On Fri, Sep 5, 2014 at 3:13 PM, J.C. Berry jcharlesbe...@gmail.com wrote: I have 3 menu items

Re: [css-d] Centering menu items responsively

2014-09-05 Thread Tom Livingston
I'm not near a computer but won't text-align:center on the ul work? On Friday, September 5, 2014, J.C. Berry jcharlesbe...@gmail.com wrote: OK don't judge me - well actually do http://www.xifin.com/solutions/xifin-technology/portals Not fine-tuned but there it is. On Fri, Sep 5, 2014 at

Re: [css-d] Centering menu items responsively

2014-09-05 Thread J.C. Berry
tried that On Fri, Sep 5, 2014 at 3:44 PM, Tom Livingston tom...@gmail.com wrote: I'm not near a computer but won't text-align:center on the ul work? On Friday, September 5, 2014, J.C. Berry jcharlesbe...@gmail.com wrote: OK don't judge me - well actually do