CSS code required for Contact page
-
Can you create some code for me so the field “Describe the nature of your query” is left justified along with the rest of the text. https://cloudup.com/cAIf1NBpzU7
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS to left align everything in the contact form.
#contact-form-145 { text-align: left; }
- The topic ‘CSS code required for Contact page’ is closed to new replies.