Form checkbox alignment
- The topic ‘Form checkbox alignment’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I have had a great time customising an already super template.
One issue i am stumped with is the alignment in the ‘Add a Form’ check box to the text.. an example of my issue is on the page http://intelligentbim.wordpress.com/resources/
You will notice the check box sits much higher than the text.. with the list – relationships become unclear.
Can you please advise on how to correct this? If it is code, I have CSS customisation but don’t know the code. Any help would be greatly appreciated.
Many Thanks,
Kasia
The blog I need help with is: (visible only to logged in users)
Hi Kasia!
Paste this code in custom css:
.contact-form .checkbox input.checkbox {
float: left;
}
I hope that helps.
Daniel…. YOU are amazing. Thank you for your help – it fixed the problem immediately.
Have a great day.
Kasia