Tag: CSS

Gravity Form Name fields are squished in sidebar widget

In a widget, Gravity Forms name fields need full width How do you get first name and last name to be vertical instead of horizontal? When you are integrating with a mailing list you must have the advanced name field to map to MailChimp’s or AWeber’s database. Gravity forms premium support is fantastic but sometimes […]

Boggle letters spell out tips & tricks

How to Add Icon links to your Google Signature and remove the horrible blue border. I pieced this together from various sources.  Google does not provide a way to add html to your gmail signature. If you are not a geek who uses FireFox Firebug, you may as well stop reading now. If you just […]

Screenshot of twitter overlap in html site

Twitter does not want you to use a narrow column but here is how you can put the Twitter widget into a narrow space on your html site. WordPress has various widgets that you can experiment with. #twitter-widget-0, #twitter-widget-6 {     min-width: 175px !important;     width: 175px !important; } See it working on my client’s html site:  Change In […]