Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The problem is your HTML</p> <p>Just comparing your HTML file and the live site</p> <p>Yours looks like</p> <pre><code>&lt;ul class="items"&gt; &lt;li&gt; &lt;img src="http://livedemo00.template-help.com/magento_39139/skin/frontend/default/theme321/images/media/slider1.png" alt=""&gt; &lt;/li&gt; &lt;li&gt; &lt;img src="http://livedemo00.template-help.com/magento_39139/skin/frontend/default/theme321/images/media/slider2.png" alt=""&gt; &lt;/li&gt; &lt;li&gt; &lt;img src="http://livedemo00.template-help.com/magento_39139/skin/frontend/default/theme321/images/media/slider3.png" alt=""&gt; &lt;/li&gt; </code></pre> <p></p> <p>followed by your divs</p> <pre><code>&lt;div class="banner"&gt; &lt;!--code here --&gt; &lt;/div&gt; </code></pre> <p>This should be</p> <pre><code> &lt;li&gt;&lt;img src="http://livedemo00.template-help.com/magento_39139/skin/frontend/default/theme321/images/media/slider1.png" alt=""&gt; &lt;!-- place your banner code within the li tags--&gt; &lt;div class="banner"&gt; &lt;div class="banner-padding"&gt; &lt;div class="slog-banner"&gt; &lt;span class="banner-title"&gt;Philips &lt;/span&gt; &lt;span class="banner-slog"&gt;Medical Equipment (CY-A03)&lt;/span&gt; &lt;span class="banner-desc"&gt;Ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua&lt;/span&gt; &lt;a class="banner-button" href="http://livedemo00.template-help.com/magento_39139/diagnostic-supplies/heavy-duty-x-ray-system.html/"&gt;Read more&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/li&gt; </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