Site logo

Archived topic

Date on the Blog post page on mobile screen

5 replies · Started by Janani on June 25, 2020

Viewing posts 1–6 of 6

Hi

On my blog post page, the date appears as:
May 05,
2020

On the mobile screen, it appears as:
May
05,
2020

Is it possible to do something to correct this?

Hi there,

Give this CSS a shot:

@media (max-width: 768px) {
    .entry-meta {
        width: 30%;
    }
}

Dear Leo,

Unfortunately no. It does not work. Is there any other way?

Warm regards,

Try changing width: 30%; for flex: 1 0 30%; you may have to increase the 30%.
You can also reduce the Customizer > Layout > Container --> Padding for Mobile to give you more space.

Thank you, this worked perfectly!

Warm regards,

glad we could be of help

This archived topic is closed to new replies.