PDA

View Full Version : Removing Random Box


elliotjohnston
Feb-02-2010, 07:32 PM
Hi all,

How would I remove that empty gray box at the bottom of this page: http://elliotjohnstonphotography.com/contact

Thanks for any help

-Elliot

jfriend
Feb-02-2010, 07:36 PM
Smugmug made a change recently that rendered your current CSS ineffective at hiding this.

Add this CSS to fix it (the box will hide when not logged in):

.notLoggedIn .nophotos {display:none;}

elliotjohnston
Feb-02-2010, 07:39 PM
Great.

Thanks for the quick fix.