Last post sidebar shows text incorrectly somehow

Hi,

Example:
Post title and date are in the same line in sidebar (incorrect)

Post title and date are in seprate line in sidebar (correct)

From the wordpress posts i can not see any difference, sidebars are the same, both with default settings.

Is it possible to fix also date so it displays long month name?

Example:
Terviklik Eesti
15 dets. , 2017 (now)

Terviklik Eesti
15. detsember 2017 (new)

Thank you,
Marko

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*sidebar date*/
div#secondary span.date {
    display: block;
}

Best regards,
Support.

Hi,

Thank you for your reply. Added css code, but nothing changed. All is like before.

Best regards,
Marko

Hey there

Try this css please in the same place

.widget .post-content span {
display: block;
}

Hi Noda,

That worked, thanks!

Second question from above, in sidebar area can it display long month names, like inside the posts?

11. jaanuar 2018

Best regards,
Marko

Hi @marxveix

Im so sorry to say but looks like this is not possible without customization of template functions :frowning: sorry buddy

Hi Noda,

Thank you for your help! In the future maybe possible to change / add this. Anyway i like this theme and ok to close this topic. :slight_smile:

Best regards,
Marko

Hi, there

Than you for understanding, indeed, this is considerable idea :slight_smile:

Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!