Right, I've had a look.
I've worked out how to insert other sections in there, but how do I insert an image so that it is aligned to the left of the shopping cart icon?
Referring to the finished product image in my first post, I have got the social media icons image (currently the last three icons in one image) in, but it is now in the place of the shopping cart, and the cart has been pushed down, as I can see the top of it below the social media icons.
I aligned the icons using:
Code:
<div class="social-media">
<div class="aligncenter">
<!-- ========== Social Media ========== -->
<a href="<?php echo zen_href_link(FILENAME_DEFAULT);?>"><?php echo zen_image(DIR_WS_TEMPLATE.'images/test.jpg'); ?></a>
<!-- ========================== -->
</div>
but the result is as I mentioned just then.
How would I keep the Shopping Cart and the image on the same line? (so to speak)
Thanks for your help