New Landing How can we help? Atelier Subtitle on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Atelier
  • #180187
    Keremdo
    Member
    Post count: 111

    Hey Guys,

    i would like to change the font size for subtitle on mobile, its too big.

    Can you help me with that?

    Bests 😉

    -Steve-

    #180206
    saylife
    Member
    Post count: 161

    iPHONE

    
    /* --------------------------------------------
    	iPHONE Subtitle
    -------------------------------------------- */
    
    @media only screen and (max-width: 767px){
    .fancy-heading h3 {
      font-size: 24px;
    }
    }

    iPAD

    /* --------------------------------------------
    	iPAD/TABLET PORTRAIT
    -------------------------------------------- */
    @media only screen and (max-width: 991px) {
       .fancy-heading h3 {
      font-size: 30px;
    }
    /* --------------------------------------------
    	iPAD/TABLET LANDSCAPE
    -------------------------------------------- */
    /* HEADER icon */
    
    @media only screen and (max-width: 1024px) {
    .fancy-heading h3 {
      font-size: 30px;
    }
    }
    
    #180223
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks for the input @saylife

    – Kyle

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register