PDA

View Full Version : How to get new Journal-style gallery to not show two photos


wasigan
Jan-03-2010, 08:10 AM
How can I switch 2 of my Journal (Old)-style galleries (About Me and Guestbook) to the new Journal-style and not have the one photo I have in them show up twice?

thanks
Lori

jfriend
Jan-03-2010, 08:33 AM
What are you trying to accomplish by switching them to the new journal style?

wasigan
Jan-03-2010, 10:29 AM
Hi John,

I'd like to make the margins on these pages smaller so the text sort of matches the rest of the site and isn't so boxed in tight.

Any other,more feasible, solutions?

thanks!
Lori

jfriend
Jan-03-2010, 11:18 AM
Hi John,

I'd like to make the margins on these pages smaller so the text sort of matches the rest of the site and isn't so boxed in tight.

Any other,more feasible, solutions?

thanks!
Lori No need to change the viewing style then. Just change your CSS like this for your About page:

Add this CSS (set the width as desired):

.gallery_4233594 #journal {width: 900px !important;}
Modify the number in red in this part of your existing CSS to set the width of your text within the view:

.gallery_4233594 #albumDescription p {
width: 800px;
text-align: center;
font-size: 120%;
font-family: helvetica; font-size: 14px;
}

You can make similar changes for your guestbook page.

wasigan
Jan-03-2010, 11:44 AM
It looks much better, thanks! :clap