Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #943549

    I tried to change th font-sizes for Smartphons.

    This ist the fontsize for the Icon-list-Titel. With this Code nothing happens on the Smartphone. Whats the raseon.

    /* Smartphones (portrait) ———– */
    @media only screen and (max-width : 320px) {
    .iconlist_title: {
    font-size:16px!important;
    }
    }

    #943829

    Hey J.,

    Try to change the code to this one:

    @media only screen and (max-width : 479px) {
      .iconlist_title {
        font-size: 16px !important;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #945778

    Thank you very much. Now it works fine :)

    #945810

    Hi Jacky,

    Glad that we could help!
    Please feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Resonsive Design doesn't work’ is closed to new replies.