Okay
  Public Ticket #1980099
Make Header Responsive
Closed

Comments

  •  4
    clicktrends started the conversation

    Hi,

    I recall seeing a public ticket on the steps to make the header image responsive on mobile. Would it be possible to link to this ticket since I can no longer find it.

    Thanks!

    Rich

  •  2,010
    Ocean replied

    Hi,

    you can add css to edit size logo on mobile

    @media (max-width: 767px) {

    .lp-header .navbar-default .navbar-brand>img {

    max-width: your-size;

    max-height: your-size;

    }

    }

  •  4
    clicktrends replied

    Thanks for your reply. Sorry, I don't think I explained clearly. The logo size is now fine. I would like to make the header background image behind the contact form (dog in attached screenshot) responsive. I believe you had instructions with an example, but can't locate.

  •  2,010
    Ocean replied

    Hi,

    Can't make responsive background image now. It's impossible.

    If it's responsive like other images, it looks very bad.

  •  4
    clicktrends replied

    OK, thanks. Understood. Would it be possible to place the background image at the top on mobile and resize?

  •  4
    clicktrends replied

    Realize this is for another one of your themes, but curious if something similar could be applied to the Wealth theme:

    https://oceanthemes.ticksy.com//ticket/1741012/

  •  2,010
    Ocean replied

    Hi,

    Because header of that website not have text or form like your website, so that way is good.