We’ve all seen margin: 0 auto; for horizontal centering, but margin: auto; has refused to work for vertical centering… until now! [CodePen height=800 show=result href=gEiDt user=shshaw ] See full documentation
Ahain Group
PostedDublin Bay Cruises
PostedSuper awesome gist written by my colleague Ronald Huereca. You wanna disable autocomplete on front-end for Gravity Forms, this is just right code snippet for you. <?php add_filter( ‘gform_form_tag’, ‘gform_form_tag_autocomplete’,…
Edward Snowden, we thank you!
PostedCoverbrands
Posted[CodePen height=500 show=result href=eEyam user=lanche86 ]
[CodePen height=500 show=result href=FnpiD user=lanche86 ]
<?php while ( have_posts() ) : the_post(); ?> <?php if ($i % 4 == 3 ) $classname = ‘large’; else $classname = ‘small’; ?> <div class=”program-<?php echo $classname; ?>”> <?php…