Gallery names not showing up in category.

StillwaterStillwater Registered Users Posts: 2 Beginner grinner
edited July 9, 2009 in SmugMug Support
Hello,
georgeferris.smugmug.com

Okay, so hopefully this is a simple fix, my gallery names aren't showing up in the category view. I've just been rushing through the customization process, lurking and copy/pasting but I have scanned the code a couple of times and apparently can't find where I altered the text.

Any help is much appreciated,

George

Comments

  • AllenAllen Registered Users Posts: 10,014 Major grins
    edited July 9, 2009
    Stillwater wrote:
    Hello,
    georgeferris.smugmug.com

    Okay, so hopefully this is a simple fix, my gallery names aren't showing up in the category view. I've just been rushing through the customization process, lurking and copy/pasting but I have scanned the code a couple of times and apparently can't find where I altered the text.

    Any help is much appreciated,

    George
    You changed the width in this and it's not wide enough for the title to show.

    #galleriesBox .miniBox {
    margin:10;
    padding:0;
    height:220px;
    width:161px;
    posit ion:relative;
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • StillwaterStillwater Registered Users Posts: 2 Beginner grinner
    edited July 9, 2009
    Perfect, thank you!
Sign In or Register to comment.