Topic Resolution: Resolved
  • Closed
  • Carsten Bosch
    Spectator
    June 19, 2015 at 11:26 am #18352

    Hi,

    I just bought the Evolve+ upgrade version and I like it! It’s got plenty more options than the lite version. But unfortunately, the header isn’t responsive anymore. The logo and the text don’t get framed by the header in dynamically, like it is supposed to be in the lite version. Could you please check this problem? I don’t want to have spent 40 dollars on a pro theme and have more problems than I had with the lite version.

    Thanks a lot in advance for your support and have a nice day

    Carsten

    Imran
    Spectator
    Posts: 402
    June 19, 2015 at 12:17 pm #18353

    Hi Carsten,

    Thanks for writing in,

    At the moment, you can try the following code under Appearance > Theme Options > Custom CSS:

    .custom-header {
    background-size: 100% 100% !important;
    }

    @media only screen and (max-width: 1100px) {
    .custom-header {
    background-size: 100% 100% !important;
    min-height: 123px;
    }
    }

    @media only screen and (max-width: 992px) {
    .custom-header {
    background-size: 100% 100% !important;
    min-height: 123px;
    }
    }

    @media only screen and (max-width: 768px) {
    .custom-header {
    background-size: 100% 76% !important;
    min-height: 100px;
    }
    }

    Please also provide the link of your website.

    Thanks.

    Carsten Bosch
    Spectator
    Posts: 1
    June 19, 2015 at 12:42 pm #18354

    Thanks! Problem already solved by myself. Much easier way to deal with it:

    theme options –> header –> header image height –> auto

    But thanks anyway
    Carsten

    Imran
    Spectator
    Posts: 402
    June 19, 2015 at 5:17 pm #18356

    You’re welcome! 🙂