Note that there are some explanatory texts on larger screens.

plurals
  1. PObackground css 100% width horizontal scroll issue
    primarykey
    data
    text
    <p><img src="https://i.stack.imgur.com/94x5W.jpg" alt="Please See the issue"></p> <p>I am facing this issue when i scroll the window to horizontal then the footer and header breaks.</p> <p>Please help with CSS</p> <p>You can check the live demo here <a href="http://yeszindagi.com/" rel="noreferrer">http://yeszindagi.com/</a></p> <pre><code> body { font-family: Arial, Helvetica, sans-serif; font-size:1.3em; min-height:100%; } .containerMain { min-height:100%; width: 100%; } .full { width:100%; } .fixed { width:900px; } .footer { border-top:1px dashed #000; margin-top:5px; height:50px; background-color:#F7B200; bottom:0px; position:relative; } </code></pre> <p>---------------------------- HTML CODE ----------------------------------------</p> <pre><code> &lt;div class="containerMain"&gt; .... ..... ......... &lt;div class="full footer clear "&gt; &lt;div class="fixed center"&gt; &lt;div class="left"&gt; &lt;ul class="links"&gt; &lt;li&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div class="social right"&gt; &lt;a href="#" target="_blank" title="Facebook"&gt;&lt;span class="facebook-mini"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="#" target="_blank"&gt;&lt;span class="twitter-mini" title="Twitter"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="#" target="_blank"&gt;&lt;span class="pinterest-mini" title="Youtube"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="#" target="_blank"&gt;&lt;span class="linkedin-mini" title="Linkedin"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
 

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