renenekuda 0 Report post Posted January 17, 2011 Dear Pagelines, 1) I have problem with a submit button for a classic feedburner subscribtion form (smaller then line for an email adress): 2) I would like to have more space under headlines in the posts. Can you help me, please? Thank you so much! http://renenekuda.cz Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 17, 2011 ` .button, input[type="submit"], input[type="button"], .submit { padding: 8px 0px!important; } ` ` .fpost .post-title h2 { padding-bottom: 7px; } ` (the important tag will override the inline style that is being applied) Share this post Link to post Share on other sites