[Resolved] There is no tablet view on Customizer

Home Forums Support [Resolved] There is no tablet view on Customizer

Home Forums Support There is no tablet view on Customizer

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #538938
    Satori

    Hello! I’m trying to edit the H1 size on tablet but I noticed there isn’t the option in the customizer. The button does appear at the bottom of the page, but no in the size field. There is just desktop and mobile.

    Is this normal? How do I restore tablet button for customization?

    #539191
    Leo
    Staff
    Customer Support

    Hi there,

    Yup that’s normal. We don’t have a specific control for tablet.

    CSS is needed as for now:

    @media (min-width: 769px) and (max-width: 1024px) {
        h1 {
            font-size: 16px;
        }
    }
    #542340
    Satori

    Thanks again Leo, it worked. I forgot to mark this as resolved.

    #542485
    Leo
    Staff
    Customer Support

    No problem 🙂

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