Site logo

Archived topic

Look into Meta

4 replies · Started by Sourabh on February 6, 2021

Viewing posts 1–5 of 5

Hi,

How to make meta responsive for a mobile device, as it looks good on desktop, but same big text in mobile device looking odd, so to make it small (for mobile device only).

See snapshot in p-section...Help further...

Try this CSS :)

@media (max-width: 768px) {
    div.entry-meta {
        font-size: 12px;
    }
}

Hi there,

Any chance you can link us to the site in question?

You can use the private information field.

Let me know :)

Its done, thanks

No problem :)

This archived topic is closed to new replies.