I figured out part of my mistake - I was editing front-page.css instead of the main style sheet.
Now, I am editing the style.css file, but I still am having trouble.
Here is my current code:
.content .widget-search {
width: 200px;
margin: 0 auto 20px auto;
padding: 1px 1px 1px 1px;
}
#primary .widget-search {
width: 320px;
margin: 0 auto 20px auto;
padding: 10px 20px 10px 10px;
}
I want to make the title and border look like all the other widgets. How can I do that?
Thank you! I really appreciate your help.