Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have not tried, but I think this may be an option.</p> <p>You have everything with in one div, why dont you try to put div with in divs?</p> <p>this is your current code for header.</p> <pre><code>&lt;div id="header"&gt; &lt;img class="LogoChef" src="img/LogoKokk2.png" alt="Logo"/&gt; &lt;img class="LogoMatkalender" src="img/MatkalenderLogo.png" alt="Logo"/&gt; &lt;ul class="menuwrapper"&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Logg ut&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Kontakt&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Kontrollpanel&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Oppskrifter&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Hjem&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <p>You can try something like this, so you have more control over the different objects.</p> <pre><code>&lt;div id="header" style="float:left;vertical-align:bottom"&gt; &lt;div id="imgChef"&gt; &lt;img class="LogoChef" src="img/LogoKokk2.png" alt="Logo"/&gt; &lt;/div&gt; &lt;div id="imgMat" style="float:left;vertical-align:bottom"&gt; &lt;img class="LogoMatkalender" src="img/MatkalenderLogo.png" alt="Logo"/&gt; &lt;/div &lt;div id="menu" style="float:right;vertical-align:bottom"&gt; &lt;ul class="menuwrapper"&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Logg ut&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Kontakt&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Kontrollpanel&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Oppskrifter&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;li&gt;&lt;h4&gt;&lt;a href="#"&gt;Hjem&lt;/a&gt;&lt;/h4&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>I am not sure that may be the right combination, but I think with the three divs inside the div you will gain more control over the elements inside the header div.</p>
    singulars
    1. This table or related slice is empty.
    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.
    1. This table or related slice is empty.
    1. VO
      singulars
      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