Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thank you ndiego,

    but can you help to do it?
    i mean, which code should i write to make it responsible?

    I am going to make a new post if you want.
    Thank you!

    Hello,

    I have the same problem. I would like to make my header banner friendly mobile, and would like to know:

    – how to resize the header for mobile and ipad. I have added this code on “genesis-custom-headers/css/gch-frontend-styles.css (désactivé)”
    but, it doesn′t works…

    i wrote this code:


    @media only screen and (max-width: 800px) {
    .gch-header-image-inner img {
    vertical-align: top;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    text-align: center;

    }
    }

    @media only screen and (max-width: 960px) {
    .gch-header-image-inner img {
    vertical-align: top;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: center;

    }
    —-

    where do have i to change the code? on the style.css of my children theme genesis, or fro the css of the extention ? (i used the second option.. and it doesn t works…)

    – how to remove it for the device?

    Thank you for your help!

    Regards
    Oreli

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