[Resolved] Look into Meta

Home Forums Support [Resolved] Look into Meta

Home Forums Support Look into Meta

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1648432
    Sourabh

    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…

    #1648519
    Ying
    Staff
    Customer Support

    Try this CSS πŸ™‚

    @media (max-width: 768px) {
        div.entry-meta {
            font-size: 12px;
        }
    }
    #1648520
    Leo
    Staff
    Customer Support

    Hi there,

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

    You can use the private information field.

    Let me know πŸ™‚

    #1648973
    Sourabh

    Its done, thanks

    #1649608
    Ying
    Staff
    Customer Support

    No problem πŸ™‚

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