Line break after title in css

Hello!

On my homepage http://pzu.a90.myftpupload.com/

I have a link/title from a widget and its on the same line as the date. Ive tried many different things to get the line to break. Do you know how I could get this on the next line using css??

Thank you for all your help,
Rena

Hi Rena,

This is a block generated by a third party plugin but kindly try this CSS:

.rpwe-time {
    display: block;
    margin-top: 30px;
}

Here are some reference links related to the suggestions above:

Hope this helps.

BLOCK! So simple. Thank you!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.