Select Page

Why I never introduce myself in cold emails

I rarely if ever introduce myself in cold emails. NOT introducing myself translates into a level of familiarity. Only strangers introduce themselves. Friends don't. And here you are… friend, community member, established business owner… they can look in...

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....