Hey,
i spent around an hour trying to work out how to centre the Copyright logo from being on the left to in the centre with my sites name next to it of course
any one got any ideas?
using zencart 1.39
thanks
Rob![]()
Hey,
i spent around an hour trying to work out how to centre the Copyright logo from being on the left to in the centre with my sites name next to it of course
any one got any ideas?
using zencart 1.39
thanks
Rob![]()
Since that is centered in a stock Zencart installation, we'll need to see your site.
dont laugh to much at the content of the site.. its on a test website
url www.blahh123.webatu.com using all_business template if that helps
In stylesheet_footer_menu.css, add text-align:center; to #siteinfoLegal. If you want it centered on the page, change the 80% in that rule to 100% and remove the 20px of margin-left.
i worked it out :)
#siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;/*text-align:right;*/width:65%;line-height:normal;clear:both;color:#fffffd;margin-left:20px;float:right;margin-top:-40px;}
was under stylesheet_footer_menu by changing the Width it allowed me to move the copy right more to the centre