Tony Hardy
Well-Known Member
Hey there.
I know for a fact that I'm not meant to use <p> </p> at all to create spacing.
However, on Tasty Treats - Sweets, Pop, Biscuits and Confectionery Shop - North East England if I don't have it in position as such;
The image Categories moves up and under the navigation menu. I can't work out how to make it fixed in position, the styles.css isn't helpful at all.
I've also had to use it on a few of the pages with not much on to create space, otherwise theres a massive shift to the left on certain pages?
I know for a fact that I'm not meant to use <p> </p> at all to create spacing.
However, on Tasty Treats - Sweets, Pop, Biscuits and Confectionery Shop - North East England if I don't have it in position as such;
Code:
<div class="tag">
<ul>
<li><a href="http://www.shop.tastytreats.org.uk/collections/create-your-own">Create Your Own</a></li>
<li><a href="http://www.shop.tastytreats.org.uk/collections/sweets">Sweets</a></li>
<li><a href="http://www.shop.tastytreats.org.uk/collections/lollies">Lollies</a></li>
<li><a href="http://www.shop.tastytreats.org.uk/collections/hampers">Hampers</a></li>
<li><a href="http://www.shop.tastytreats.org.uk/collections/gift-ideas">Gift Ideas</a></li>
<li><a href="http://www.shop.tastytreats.org.uk/collections/weddings">Weddings</a></li>
<li><a href="http://www.shop.tastytreats.org.uk/collections/seasonal">Seasonal</a></li>
</ul>
<p> </p>
</div>
The image Categories moves up and under the navigation menu. I can't work out how to make it fixed in position, the styles.css isn't helpful at all.
I've also had to use it on a few of the pages with not much on to create space, otherwise theres a massive shift to the left on certain pages?