I need some CSS help, please :)
-
At least I think it’s CSS that I need help with. This is a 2-part question.
First part
I’m trying to get the “Subscribe to Comments” plugin to work, but I haven’t even got that far because I’m trying to make it look right first.Here’s my test blog: https://familywebwatch.com/blog_test/2005/04/04/another-new-post/
You’ll see down at the bottom of the comment form that the “notify” checkbox is wrapping. At first I thought it had to do with
display:block
, but when I commented that out, it didn’t have any effect.Any idea on how to make it go to one line?
Second part
On that same page you’ll also notice that there are two grey boxes behind the checkbox and text. The style that’s causing those white lines to separate the boxes and the grey boxes themselves is being done by these styles:form p {border-color:white;}
#commentform {background-color:#ebebeb;}I want it to stop making those boxes right after the “Submit” button, but can’t figure out how. And to further confuse matters, the live preview makes the boxes even larger. ???
Your suggestions on how to do this are very much appreciated.
- The topic ‘I need some CSS help, please :)’ is closed to new replies.