• Resolved dheerajgulia

    (@dheerajgulia)


    Hello
    I want to reduce header size. Please tell me how can I do it?
    May it possible to remove header and add logo name in slider?
    My website is deepaksawan.com

Viewing 1 replies (of 1 total)
  • Hi,

    If you want to reduce your header size, you have to modify the style.css file from your theme.

    I recommend you to do this change in child theme. In style.css file, change min-height from #header .container:

    #header .container {
      min-height: 140px;
    }

    Best regards,

    Madalin

Viewing 1 replies (of 1 total)
  • The topic ‘How to Reduce header size?’ is closed to new replies.