Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • micker Friend
    #183095

    hello
    how to add rule for size h2 in my cat title
    http://phi-adhoc.com/

    #entete-categorie h2 {
    color: #FFFFFF
    font-size: 380%;
    padding: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    text-transform: capitalize;
    }

    it good for desktop but it’s too big for phone and tablet …
    thanks for any help

    TomC Moderator
    #476196

    Other than modifying the font-size property … what other kind of “rule” are you looking to add?

    micker Friend
    #476204

    but if i want this size for desktop but if it to big in phone … no solution (other %)
    regards

    Saguaros Moderator
    #476449

    Hi micker,

    You can do that by using the @media jquery feature which helps to implement conditional execution.

    Pls open file: templatesyour_default_templatecsscustom.css, add code like:

    @media (min-width: 768px) and (max-width: 979px) {

    //insert your css rule here;

    }

    min-width and max-width here are minimum and maximum width of device’s screen you want to apply this css rule

    micker Friend
    #476675

    thanks it works !!!
    a basic question when you publish new version with mega menu management ?

    Saguaros Moderator
    #476765

    To be frank, we wish to publish it in the next release of JAT3V3 framework, please follow our blog and update

    Best Regards

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

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 11 years, 4 months ago.

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