Author Posts February 2, 2015 at 3:01 pm #197517 Adam TParticipant Hi there, Please could you tell me how to add some padding to the sides of my contact 7 form on my homepage – http://www.animalsitting.co.uk Many Thanks, Adam February 2, 2015 at 9:57 pm #197730 DarshanaModerator Hi there, Please try adding the following CSS code into your Customizer, Custom > CSS section using the menu Appearance -> Customize. .wpcf7 { padding-left: 20px; padding-right: 20px; } Hope that helps. February 3, 2015 at 4:11 am #197858 Adam TParticipant Hi there, That worked perfectly thanks. I now just need to add padding to the the contact us title at the widget at the bottom of my page? Many Thanks, Adam February 3, 2015 at 8:33 am #198060 ThaiModerator Hi Adam, Try adding following CSS under Custom > CSS in the Customizer: #text-4 .h-widget { padding-left: 2%; padding-right: 2%; } Hope it helps. February 3, 2015 at 11:05 am #198203 Adam TParticipant Hi there, That worked great. Thank you Adam February 3, 2015 at 8:27 pm #198488 FriechModerator Glad we could help. Cheers! Author Posts