Select Page

Line Breaks Only On Mobile with CSS

This can help out when your lines of text are getting broken up in weird places, like when there's a trailing word that gets pushed to the next line and you'd rather split the line in half manually. @media screen and (min-width: 600px) { .mobile-break { display: none;...

How to center Submit button on Gravity Form

None of the code I found on support forums for centering Gravity Forms submit buttons worked, so I had to write my own. The code below is for a specific form and only applies to that form ID. You'll have to replace the form ID number in the code with your own....

To Do: Test & Review AMZ Table Assistant

In response to my article How To Set Up AAWP Plugin, Danny from AMZ Table Assistant sent me his extension to try out. It's designed to create AAWP product boxes / tables quicker by automatically inserting Amazon ASINs into the shortcodes from your browser. I've...