At the bottom of this post (not the side), there is an email optin form. There is a line break being inserted between the Name and Email fields, which is not in the form itself. It must be in the WordPress CSS, but I don't know where. Please advise.
At the bottom of this post (not the side), there is an email optin form. There is a line break being inserted between the Name and Email fields, which is not in the form itself. It must be in the WordPress CSS, but I don't know where. Please advise.
In your CSS file, find: .entry-content input {margin: 0 0 24px 0} and change it to: .entry-content input {margin: 0}
You must log in to post.