PDA

View Full Version : Footer


omgitsacamera
Jan-25-2009, 11:17 AM
http://blog.gregorbino.com/assets/2009/01/Screenshots/photius_nav.png
(it's a straight screenshot, not resized)

I'm trying to keep everything inline with each other, yet I cannot seem to get the smugmug footer under control, even making it the same font size is hard. Would it be permissible to hide the actual div and put 'Powered by Smugmug | portions....' on top of my copyright information complete with link and everything?

jfriend
Jan-26-2009, 02:53 PM
It isn't completely clear to me what you are trying to do, but if what you're trying to do is to get the Smugmug footer to be left aligned on the page, then you can do that with this CSS in your site-wide-customization CSS section:

#cobrand_footer, #footer, #feeds {text-align:left !important; }
#footer, #feeds {margin:0 !important;}