I want to add media query to title tag? Where do I do this?

Home Forums Welcome! Pre-Sales Questions I want to add media query to title tag? Where do I do this?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1294457
    Sean
    Guest
    <style>
    .calendartitle {
        text-align: center;
    }
    
    /* ----------- iPhone 5 and 5S ----------- */
    
    /* Portrait and Landscape */
    @media only screen 
      and (min-device-width: 320px) 
      and (max-device-width: 568px)
      and (-webkit-min-device-pixel-ratio: 2) {
    .calendartitle {
    font-size: 35px !important;
    
    }
    }
    
    </style>
    

    The following code isn’t registering the correct media query.

    #1295247
    Nico
    Member

    Hi Sean,

    Thanks for reaching out to us! Unfortunately we are not able to provide support in the pre-sales forum 🙁

    We are happy to assist our premium users with support issues via our premium forums, please log into the account that has been created when the purchase was made. If you have not purchased one of our premium plugins, you can post in our open source forum. We review that forum weekly, mainly for bug reports.

    I’ll go ahead and close out this thread, but please do post in the appropriate forum and we will be happy to assist you.

    Best,
    Nico

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘I want to add media query to title tag? Where do I do this?’ is closed to new replies.