Padding between widgets in side bar

Hi
Is there any way to add padding between widgets in the side bar? Do you have a CSS code?
Thanks

Comments

  • edited July 2016

  • Also, I appear to have another problem with the sidebar. The contact form in my sidebar doesn't work. I can write in the first field but not any of the others. If I double click on any of the other fields it highlights the image/widget ive put below. No matter what widget I put I have the same problem. When I leave the contact form as the only widget in the sidebar it functions fine. Any ideas?
  • Hi,

    yes, you can change margin between widgets in sidebar with the following css:
    .sidebar .widget { margin-bottom: 20px !important; }
    In reference to 2nd question, we did checked the form and all looks fine. We can type in every field.
  • Thanks,

    As for the second question, if you click tab in between each field you can type in them but if you individually click on each field doesn't let you type in them. There's a weird line that appears on the first field, and any field below this line isn't clickable.
  • Ok, found it finally. Please open your website in Firefox html mode (CTRL+U) and check how many html errors you got. Please fix them first and all would be fine.
Sign In or Register to comment.