But thanks to Wordpress community - it does now!
I wanted to put custom HR right under the title using CSS, and no matter how I did it it just did not work as I wanted to. But after looooong trying I finally found
how it needs to be done here,
I put the code:
.topic-divider {
- width:100%;
- color:#006400;
- align: center;
- size: 1px;
- border-bottom:2px double #006400;
}
at the very bottom of the custom CSS and there is another trick I discovered: there should be commenting only with /*
something */, and no commenting starting with '//'. Weird, but now it works! Right how I wanted it to.
I am happy: little victories like that make my day :)