http://stonecreeklandscapingllc.com/
When I try to click on my find us on facebook image it doesn't go to my facebook page..
Works for me! Latest version of Chrome in OS X Mountain Lion.
Trying it out on Windows XP latest version of Chrome
you have to increase the height of the span container where your facebooklogo class is
setting no height for the span.number would be the best also height from 120 seems ok but pushes the content below
.number { float: right; margin-top: 20px; width: 162px; }
Or
.number { float: right; margin-top: 20px; height: 120px; width: 162px; }
makes the whole image clickable
You have to add this property on you class
.menu-menu-container{clear:both;}
http://stonecreeklandscapingllc.com/
When I try to click on my find us on facebook image it doesn't go to my facebook page..
Works for me! Latest version of Chrome in OS X Mountain Lion.
Trying it out on Windows XP latest version of Chrome
you have to increase the height of the span container where your facebooklogo class is
setting no height for the span.number would be the best also height from 120 seems ok but pushes the content below
Or
makes the whole image clickable
You have to add this property on you class
.menu-menu-container{clear:both;}