[Support request] Date on the Blog post page on mobile screen

Home Forums Support [Support request] Date on the Blog post page on mobile screen

Home Forums Support Date on the Blog post page on mobile screen

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1342085
    Janani

    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?

    #1342131
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

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

    Dear Leo,

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

    Warm regards,

    #1343513
    David
    Staff
    Customer Support

    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.

    #1346362
    Janani

    Thank you, this worked perfectly!

    Warm regards,

    #1346518
    David
    Staff
    Customer Support

    glad we could be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.