View Full Version : Galleries page customization
Stumpy
Dec-18-2008, 08:32 AM
I am very happy with the look and feel of the site so far. I wonder if there's a way to add some css code that would put a 1px line/rectangle around each of the galleries shown on the galleries (home) page. I have attached a mock-up to show what I have in mind.
Thanks,
Steven Keller
www.kellerphotographic.com (http://www.kellerphotographic.com)
jfriend
Dec-18-2008, 08:50 AM
I am very happy with the look and feel of the site so far. I wonder if there's a way to add some css code that would put a 1px line/rectangle around each of the galleries shown on the galleries (home) page. I have attached a mock-up to show what I have in mind.
Thanks,
Steven Keller
www.kellerphotographic.com (http://www.kellerphotographic.com)
Try this CSS:
#homepage .miniBox {
border: 1px solid #555555;
height:110px;
margin-bottom:15px;
}
#homepage .miniBox .photo {margin: 4px 6px 4px 4px;}
This will be viewed best when not logged in.
Stumpy
Dec-18-2008, 08:56 AM
Thanks, I added your css but I'm not seeing any change.
Steven
jfriend
Dec-18-2008, 09:00 AM
Thanks, I added your css but I'm not seeing any change.
Steven The CSS code does not seem to be in your live page. It works when it's there. There either must have been some problem adding it in the control panel or Smugmug is having some sort of problem moving those changes you make to the live site.
The is the second case I've seen in the last 15 minutes of someone who can't seem to get something they add to the control panel to show up on the live site so maybe Smugmug is having a problem with that.
Here's a screen shot of a locally modified version of your site with those CSS changes:
http://content.screencast.com/users/jfriend/folders/Jing/media/6a9cc785-9bb9-491e-b3cb-5327558dc79d/2008-12-18_1000.png
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.