Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1586443
Meta info font style mismatch
Closed

Comments

  • VSG_DE started the conversation

    Hello Support,

    the meta info of a post (author, date and categories) are shown in a smaller font size in mobile view that in desktop view.

    Is this a style bug?

    Please the screenshots attached.

    Kind regards

    Andre

  •  255
    Joanna replied

    Hi VSG_DE,

    Good spot! Try this CSS -add to the Theme Options > Advanced > Custom CSS Styling box:

    @media only screen and (max-width: 600px) {
        .blog-meta li span.meta-label,
        #page-title .blog-meta li {
            font-size:12px;}
    }
    

    That should make the font sizes all equal on mobile screens


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  • VSG_DE replied

    Hi Joanna,

    it's perfect now on iPhone (portrait) and iPad (landscape).

    On iPhone (landscape) and iPad (portrait) the mismatch is still there.

    Now I'm confused ;)

  •  255
    Joanna replied

    Hi VSG_DE,

    Change the max-width value to 900px instead of 600px.

    That should sort it for tablets too


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  • VSG_DE replied

    Done and fixed!

    Hands down Joanna - thanks a lot! :)

  •  255
    Joanna replied

    Hi VSG_DE,

    No problem, that's what I am here for

    Let me know if you spot anything else like that.


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  •  361
    Filip replied

    Hi there! 

    A more solid fix is coming out along with a new theme version so after you update the theme, that extra snippet will need to get removed.

    Kind Regards,
    Veented Team