Okay
  Public Ticket #1327437
Logo and Header height
Closed

Comments

  •   Fatih started the conversation
  •  2,010
    Ocean replied

    Hello,

    I see your header is work well.

    Thank you

  •   Fatih replied privately
  •  2,010
    Ocean replied

    Hello,

    @media only screen and (min-width:993px) {
    header div#logo a img {
        max-width: inherit;
        max-height: 110px;
    }
    }

    Thank you

  •   Fatih replied privately
  •   Fatih replied privately
  •  2,010
    Ocean replied

    Hello,

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    @media only screen and (min-width:993px) {
        header.de_header_2 {height: auto;}
        header div#logo {height: auto;}
        header div#logo a img {max-width: 260px;max-height: 110px;}
    }

    1, you need using a child-theme to custom css code for your website.

    2, Please don't change theme name from "archi" to "bodrummobilya".

    Thank you

  •   Fatih replied privately