Thanks for the reply @abhikr781
The site is only accessible in the company’s intranet.
But the HTML code of the header is as follows:
<header id="site-header" class="top-header has-header-media effect-four clr" data-height="74" itemscope="itemscope" itemtype="https://schema.org/WPHeader" role="banner">
<div class="header-bottom clr">
<div class="container">
<div id="site-logo" class="clr" itemscope="" itemtype="https://schema.org/Brand">
<div id="site-logo-inner" class="clr">
<a href="..." rel="home" class="site-title site-logo-text">...</a>
</div><!-- #site-logo-inner -->
</div><!-- #site-logo -->
</div>
</div>
<div class="header-top clr">
<div id="site-header-inner" class="clr container">
<div class="left clr">
<div class="inner">
<div id="site-navigation-wrap" class="clr">
<nav id="site-navigation" class="navigation main-navigation clr" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" role="navigation">
...
</nav><!-- #site-navigation -->
</div><!-- #site-navigation-wrap -->
...
Given this styling, is there a way to increase the header area?
I mean the area above the top menu, which contains the image and the site title.
Thanks in advance.