Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hleboeuf Friend
    #186560

    I’ve seen that the option in Template Magic only influences the font-size of the menu.
    Is there a way, depending on the device output to modify the font.
    Argo rocks but on a normal wide screen monitor the fonts are a bit to big for us.

    Ninja Lead Moderator
    #489327

    Template Magic only support one setting for font-size to appear in all of the site. But you can do that with my suggestion below

    Open templates/ja_argo/css/custom.css file

    Add new script

    @media (min-width: 980px) and (max-width: 1199px) {
    body {
    font-size: 12px;
    }
    }
    @media (min-width: 600px) and (max-width: 767px) {
    body {
    font-size: 12px;
    }
    }

    You can define more width / other resolutions for the font-site on your site.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum