Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • moretti Friend
    #203679

    Hi!

    The website address is http://www.mitranh.org.br

    When I open the site in a mobile phone or tablet the
    header is not adjusting according to
    the handset screen.
    The header size I set the file:

    ../css/custom.css with the following information:

    .logo-image a {
    display: inline-block;
    height: 80px;
    width: 600px; }

    I forgot to configure something?


    1. Iphone
    chavan Friend
    #559182

    1.Go to this File: /templates/ja_social_t3/css/custom.css

    Replace this code

    .logo-image a{display:inline-block;height:80px;width:600px}

    With

    .logo-image a{display:inline-block;}

    2. Go to this File: /templates/ja_social_t3/css/themes/purple/template.css

    Replace this code

    .logo-image a {
    display: inline-block;
    height: 75px;
    width: 194px;
    }

    with

    .logo-image a {
    display: inline-block;
    }

    3. Add this code to /templates/ja_social_t3/css/custom.css

    .logo-image img{
    width:100% !important;
    }

    moretti Friend
    #559184

    Muito obrigado, eu fiz a troca nas outras cores tambem
    Feliz Natal e Feliz ano novo 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  moretti 9 years, 4 months ago.

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