how to expand the photo caption with the journal style gallery
Pickled Photons
Registered Users Posts: 20 Big grins
Another question I have is how can we expand the photo caption in the journal gallery so that it goes across the entire length of the photo?
I attached what I mean here. I tried different templates but the photo caption does not go all the way across like the old smugmug.
I have this for the css
.sm-user-ui .sm-gallery-journal .sm-tile-info {
max-width: 1200px;
text-align:justify;
}
I tired .sm-tile-caption , also no go.
And it is not because of the the text-align:justify in the css. I tried taking that out and still the caption doesn't go across.
I attached what I mean here. I tried different templates but the photo caption does not go all the way across like the old smugmug.
I have this for the css
.sm-user-ui .sm-gallery-journal .sm-tile-info {
max-width: 1200px;
text-align:justify;
}
I tired .sm-tile-caption , also no go.
And it is not because of the the text-align:justify in the css. I tried taking that out and still the caption doesn't go across.
Pickled Photons
www.pickled-photons.smugmug.com
www.pickled-photons.smugmug.com
0
Comments
Try this:
My Smugmug Site
That works! Thank!!
www.pickled-photons.smugmug.com
J Allen: Wow. I've been trying to figure out how to do this for weeks. Is there also a way to close up the margin space below the image and the caption. I'd also like to move the page number and photo info icon out of the way so that my captions (some are long) would be more visible without scrolling down each time one wanted to read an image caption.
Prescott, AZ
http://jamesfarrell.smugmug.com
To Pickled Photons: Referring to you screen snapshot of your caption below the image, how did you manage to move the page numbers and other icons out of the way below the image and also to reduce the margin/empty space below the image?
Prescott, AZ
http://jamesfarrell.smugmug.com
Got a link to a specific gallery so I can see an example.
My Smugmug Site
I don't know.
What template are you using? I am using Shadow and then the journal type gallery. Perhaps you used the Smugmug type gallery?
Besides what Allen showed to expand the photo caption, the only other css I have for the journal gallery is the below to hide the share button since I don't like that using the share button, the system can give you a direct link to the photo to enable download. I am just doing this for fun but still..
.sm-gallery-journal .sm-button-image-share {
display: none;
}
www.pickled-photons.smugmug.com
Hi Joe: See this, for example - http://jamesfarrell.smugmug.com/Site-Pages/The-West-and-Southwest-Parks/GrandTetonNP
PLEASE NOTE: The gallery style is SmugMug, not journal. So the code you offered earlier in this thread would be different. I want to lose the share link (only visible when I am logged in). And I want to move the image page number(s) out of the way someplace. Basically want to economize the space below the image.
Full disclosure: I know NOTHING about CSS coding, but I
d like to find a guide to learn. I'll just copy and paste what others have done. But one fundamental question I have since I've not tried any coding - if I paste something in the CSS app box, will that coding be always visible (in site customization mode of course) if I want to change, delete or add something more?
Prescott, AZ
http://jamesfarrell.smugmug.com
I'm using SmugMug gallery style and a customized SmugMug design
Prescott, AZ
http://jamesfarrell.smugmug.com
This might help with the page numbers under the photo:
http://www.smugocity.com/CSS/Navigation/Image-Pagination
Tickled Pixels
Tickled Pixels Blog: "A walk in Gamla stan, the old town of Stockholm"
I don't want to REMOVE it; I only want to reposition it.
Prescott, AZ
http://jamesfarrell.smugmug.com
not sure if anyone still checks this gallery, but...
trying to center captions under photos in journal gallery - but no luck. The above code did not work -- managed to get the text centred and bigger in lightbox - but not for journal gallery: any ideas what might work?
much appreciated!
http://franeksiedlok.blogspot.com/
Thanks
Support Hero and Customeister
http://www.smugmug.com/help
This is one of the journal-style galleries
http://sun-flower.smugmug.com/WaxwingsandDippers/Black-bellied-Dipper/
Many thanks
Support Hero and Customeister
http://www.smugmug.com/help
Thanks.
Thank you.
.sm-tiles-info-after .sm-tile-info p, .sm-gallery-journal .sm-journal-inlineedit {
max-width: 1200px !important;
}
Support Hero and Customeister
http://www.smugmug.com/help
Thank you Eric. That seems to have done the trick. I'll go ahead and replace the CSS in all the other journal galleries now I appreciate you getting back to me.