Thank you for the reply!
I tried your code, but it didn’t work. It gives the error of “Expected RBRACE”.
Maybe because the break (br) is between two in-line elements?
I tried this, instead, and it worked.
.wpmyear:after{
display: block;
content: “”
}
I have another question, if I may. I wanted to do another break between the title and the outlet. However, after the break the line containing the outlet info starts with a comma. Is there a way to get rid of that comma via CSS?