want to resduce header height

Homepage Community Forums Epik Theme Support want to resduce header height

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15095
    rajaindian
    Customer

      Hello,

      https://testing-lab.com/ this is my website. I added a contact no. to the Header right widget area and its height increased after that I have tried many times, in many ways to reduce this space as you can also see the blank space between the contact no.and menu bar but nothing worked. I tried to find the code for this specific area but its showing some <aside> code, which I didn’t find in the whole css file.

      Please see this and suggest how can I reduce this space.

      Looking forward for an early reply.

      #15096
      MVC
      Customer

        Hi rajaindian,

        Try eliminating the padding for “.widget-area” style.

        After this code:

        .header-image .site-header .widget-area {
        padding: 40px 0;
        }

        Add this code:

        .widget-area {
        padding: 0 0;
        }

        Good luck!

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.