Note that there are some explanatory texts on larger screens.

plurals
  1. POMake Navigation Full Height
    primarykey
    data
    text
    <p>How would I be able to make the navigation on this test site the full height of the dark grey bar (header), and vertically centered? <a href="http://website-test-lab.com/sites/mfm/" rel="nofollow">http://website-test-lab.com/sites/mfm/</a></p> <p>You can see that the red background of the home link is not filling the dark grey bar area height wise. The site including the menu is responsive.</p> <p>EDIT: Apologies for the lack of code example but there is too much CSS involved to be added here or jsfiddle for example. If you could use Dev Tools/Firebug that would be much appreciated.</p> <p>Thanks.</p> <p>HTML:</p> <pre><code>&lt;header id="masthead" class="header clearfix" role="banner"&gt; &lt;!-- logo --&gt; &lt;div class="logo grid-15 tablet-grid-15"&gt; &lt;a href="#"&gt; &lt;img src="#/library/img/mfmlogo.jpg" alt="#" class="logo-img"&gt; &lt;/a&gt; &lt;/div&gt; &lt;!-- /logo --&gt; &lt;!-- nav --&gt; &lt;nav id="header-menu" class="nav grid-85 tablet-grid-85" role="navigation"&gt; &lt;ul class="nav-list clearfix"&gt; &lt;li id="menu-item-46" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-32 current_page_item menu-item-46"&gt;&lt;a href="http://website-test-lab.com/sites/mfm/"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li id="menu-item-47" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47"&gt;&lt;a href="http://website-test-lab.com/sites/mfm/about-us/"&gt;About Us&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/nav&gt; &lt;!-- /nav --&gt; &lt;/header&gt; </code></pre> <p>CSS:</p> <pre><code>#masthead { margin: 15px 0 0 0; background: #363737; position: relative; display: block; } .logo { padding: 10px; } </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload