-
1. Re: cant get icons to line up with links on just one page
MurraySummers Jul 15, 2014 4:24 AM (in response to broomeGirl)Your link should be this -
Anyhow, I don't see what your problem is. Can you be more explicit about what's not aligning in the footer, please?
-
2. Re: cant get icons to line up with links on just one page
osgood_ Jul 15, 2014 5:05 AM (in response to broomeGirl)You have an opening 'wrapper' tag at the start of your code BUT no closing tag </div>
This needs to go before your closing </body> tag, like:
</div><!-- close wrapper -->
</body>
More importantly you have the below opening tag, which I assume does not belong in the code at all, it also has no closing tag which is the main problem.
<div id="top">
It appears after the <h2> tag 'Gibb River - 2014' in your code:
<h2>Gibb River - 2014</h2>
<div id="top">
Delete it (as I don't think it is needed?) - close your 'wrapper' tag - that should sort out the social icons alignment in your footer <div>
-
3. Re: cant get icons to line up with links on just one page
broomeGirl Jul 15, 2014 5:11 PM (in response to osgood_)Thanks everyone and a BIG THANKS to osgood. I cant begin to express how awesome your support is .. sometimes when I have been at it for hours and stressed for deadlines, your support is my saviour. Being a freelance web designer, there is no-one to turn to and so this forum has saved my sanity many times. THANKS SO MUCH!!!



