Hi there, Can you please tell me how to make contact box a little smaller or how to move it 10px to the left? Thank you, Leo
Hi Leo! Paste the css code given below in custom css section. Code: div#inquiry_form { margin-left: -10px; } Thanks, Praveen