Im trying to add a border to the entire form on the sidebar but cant figure it out. I basically need a 1 px border boxing in the entire form:
Im trying to add a border to the entire form on the sidebar but cant figure it out. I basically need a 1 px border boxing in the entire form:
Just place this CSS snippet in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).
[css]
.custom-sidebar #gform_wrapper_1 {
border: 1px solid #dcdcdc;
}