Guestbook and other CSS elements
Permalink
How can I edit the guestbook css? I need the comment block to have a 18px margin but when I enter any kind of .guestbook element into the css file, it gets overridden by concrete5 itself, according to firebug.
Can anyone give me some tips on how to edit the comment css?
Can anyone give me some tips on how to edit the comment css?
The !important tag worked beautifully. I'm surprised you don't see that tag more often. Thanks!
Do you know how to add a div to "Please correct the following errors:" line or the line that says the submission was successful? I see no way to edit that line with CSS presently.
...or try using the !important specifier like
{ margin-bottom: 24px !important; }