Re: [css-d] Variable height divs -> How'd they do this?

2015-07-23 Thread Alex M
Yep, their JS mentions Isotope a fair few times so I can only assume it's using that. http://isotope.metafizzy.co for ref. -- Alex Moyler alexm.co @thealexmoyler Sent from my iPhone > On 23 Jul 2015, at 23:22, J.C. Berry wrote: > > http://www.hubspot.com/customers > Seems like JS? > > -- >

Re: [css-d] can't see why text is going outside box

2014-09-26 Thread Alex M
Hey yeah, just realised it was a plugin done by a shortcode. Wordpress wraps shortcode outputs with so you might need to use a str_replace or preg_replace to remove it. -Alex --  Alex M alexm.co On 26 September 2014 at 16:01:12, colleen sullivan leh (coll...@sullivanlehdesigns.com) wrote

Re: [css-d] can't see why text is going outside box

2014-09-26 Thread Alex M
--  Alex M alexm.co On 26 September 2014 at 15:24:51, colleen sullivan leh (coll...@sullivanlehdesigns.com) wrote: On this page, second sample: http://trafficsafety.org/uncategorized/spanish the line of text is extending outside the container and I can’t figure why. I know the code is a

Re: [css-d] Centering menu items responsively

2014-09-05 Thread Alex M.
> x x x x x > > tablet1024 - how to center this second row with more than one item? > x x x > x x > > > tablet768 - last child works > x x > x x > x > > >> On Fri, Sep 5, 2014 at 12:22 PM, Alex M. wrote: >> Hey JC, >> >> I

Re: [css-d] Browser compatability

2013-06-12 Thread Alex M
We'd probably have to look at the code to fully examine it, but if its got sensitive data, for the mean time have you run it through a CSS-validator to make sure it's error-free? ( http://jigsaw.w3.org/css-validator/ ) Alex M Sent from my iPad On 12 Jun 2013, at 18:04, csimpson wr