Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Positioning

Information Needed
UserPost

11:19 pm
February 8, 2010


NIck

1

Ok I have a slight design issue that might or might not be easy to fix.  My boxes are all offset because it goes by the lettering that I am using in the titles and then just places the fill in form to the right!!!  Is there a way to align them flush left?  Here is my opt in form that I created. Thanks for your help!!!

http://nicknareshni.com/index……orm=1b4fd9

11:25 pm
February 8, 2010


Steph

2

I think this is what you're looking for. Throw this into your theme css.

.frm_pos_left{width:150px; margin-right:5px;}

Information Needed