PDA

View Full Version : Gallery names not showing up in category.


Stillwater
Jul-08-2009, 06:45 PM
Hello,
georgeferris.smugmug.com (http://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

Allen
Jul-08-2009, 08:03 PM
Hello,
georgeferris.smugmug.com (http://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;
}

Stillwater
Jul-08-2009, 09:47 PM
Perfect, thank you!