• Hi team,

    I bought this theme since Many years now and it s very good theme !

    Now i would like to resize only smartphone header. It s wrong croped. You can take an eye here : https://www.artworkvfx.com
    Could you help me please ?

    Let me know please.
    Many thanks,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello jidy,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    
    @media(max-width:768px) {
      .header {
        height : 160px;
      }
    }
    

    Hope this will helps you.

    Thanks !

    Hello,

    Add Above css on your additional css area so your logo display properly

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive header size’ is closed to new replies.