Title of subcategorybox only visible when loggged in

JannemanJanneman Registered Users Posts: 146 Major grins
edited November 17, 2008 in SmugMug Support
In my gallery page (http://kooreman.smugmug.com/Photo) I show two boxes: galleries on top and categories below that. When I am logged in all is well and I see a text above both boxes. When I am not logged in (So the visitor view) I see that the boxes are shifted against eachother and no text appears over the subcategories box.

I have tried to find out where in my CSS or Java this is caused but I can not find it.
Is there anybody here who can help me with this?

Thanks
Greetings, Jan
http://kooreman.smugmug.com
:D
Save 5$ on your subscription fee when you subscribe to Smugmug;
Use this referral code ( n6vdfbmkCEeXU ) in the 'Referred by' field on the signup form.

Comments

  • ivarivar Registered Users Posts: 8,395 Major grins
    edited November 17, 2008
    It's in your CSS:
    #galleriesBox .boxTop {display: none;}
    .loggedIn #galleriesBox .boxTop {display: block;}
    
  • JannemanJanneman Registered Users Posts: 146 Major grins
    edited November 17, 2008
    Thanks, works OK now
    ivar wrote:
    It's in your CSS:
    #galleriesBox .boxTop {display: none;}
    .loggedIn #galleriesBox .boxTop {display: block;}
    

    Thanks,
    Greetings, Jan
    http://kooreman.smugmug.com
    :D
    Save 5$ on your subscription fee when you subscribe to Smugmug;
    Use this referral code ( n6vdfbmkCEeXU ) in the 'Referred by' field on the signup form.
Sign In or Register to comment.