View Full Version : Text In Journal Gallery
photobanks
Oct-20-2007, 02:18 AM
Hello all,
I am referring to this particular gallery..
http://www.photographywithpassion.co.uk/gallery/3679953
I want to make the heading to each caption line up with the top of the image, and also make it so the text does not wrap around the bottom of the image. Any thoughts??
Thanks,
Michael
Allen
Oct-20-2007, 07:45 PM
Hello all,
I am referring to this particular gallery..
http://www.photographywithpassion.co.uk/gallery/3679953
I want to make the heading to each caption line up with the top of the image, and also make it so the text does not wrap around the bottom of the image. Any thoughts??
Thanks,
Michael
I haven't worked with journal captions much and don't think I can help. How
many sections are you going to have? Might think about an html type gallery
with it all in the gallery description. That I can whip together fairly fast. Just
put anything in the ablum description to turn it on if you want to try it and
holler back.
One big plus is the photos would not be clickable.
joiedevie
Dec-03-2007, 02:21 PM
Sorry to dig up an old thread, but I am having a similar issue.
I would like to adjust the gap at the top of the image's description, in journal mode. Here is the gallery in question:
http://www.joiedevie-photo.com/gallery/3926644
Thanks!
denisegoldberg
Dec-03-2007, 02:38 PM
Sorry to dig up an old thread, but I am having a similar issue.
I would like to adjust the gap at the top of the image's description, in journal mode. Here is the gallery in question:
http://www.joiedevie-photo.com/gallery/3926644
Thanks!
Try adding this to your CSS:
h3 {margin:0;}
#journal .journal_entry .caption {
padding:0; margin:0;
}
I have that in my CSS, and I just went searching for the source. It was something Mike Lane recommended in this thread - http://www.dgrin.com/showthread.php?t=37998&highlight=journal+wrap.
Here's a link to one of my journal galleries so you can see that the code does (should!) work - http://www.denisegoldberg.com/gallery/3175657.
Also - you may want to lock your pricing gallery into journal style. When I first clicked on it it came up in smugmug style.
--- Denise
joiedevie
Dec-03-2007, 02:45 PM
Try adding this to your CSS:
h3 {margin:0;}
#journal .journal_entry .caption {
padding:0; margin:0;
}
I have that in my CSS, and I just went searching for the source. It was something Mike Lane recommended in this thread - http://www.dgrin.com/showthread.php?t=37998&highlight=journal+wrap.
Here's a link to one of my journal galleries so you can see that the code does (should!) work - http://www.denisegoldberg.com/gallery/3175657.
Also - you may want to lock your pricing gallery into journal style. When I first clicked on it it came up in smugmug style.
--- Denise
Thanks for the help! And, yes, that's on my to-do list.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.