Right-justify caption?
lensjack
Registered Users Posts: 6 Beginner grinner
Is there a way to both left- and right-justify long photo captions? Thx.
0
Comments
Can you include a link to the gallery where you'd like to make the change so that the customization helpers could take a look?
SmugMug Support Hero
http://www.lensjack.com/Pages/Game-on-1/
On the "About" page, I tried using a text block because it allows full justification. Problem is, it spreads across the whole page and becomes difficult to read. I'd rather use a left- and right-justified caption there, too.
.sm-tile-info .sm-journal-inlineedit p:nth-child(4) {text-align:justify}
Set the about page to a static width under layout tab.
My Website index | My Blog
Where exactly would I enter that code? In a caption? In all captions?
Are you saying that entering it once somewhere will cause all captions site-wide to justify both left and right?
If I can justify captions to eliminate the ragged right edge, I'd prefer to do the same on the About page and ditch the text block. Would there then be any reason to set that page to a static width?
Highlight "entire site" at the top of right flyout
Just below that Click "Content" tab
Does "On Entire Site" heading show?
If so, does CSS block show above "ADD CONTENT BLOCKS" heading?
Click wrench on it and add below CSS into block and save.
If not, scroll to the bottom of "ADD CONTENT BLOCKS" heading
Click "HTML & CSS" to expand
Drag a CSS block out to page, then click its wrench and add below CSS into block and save.
With "entire site" highlighted you now have a CSS block/widget
My Website index | My Blog
/* justify text on all journal style galleries */
.sm-tile-info .sm-journal-inlineedit p:nth-child(3), /* about page */
.sm-tile-info .sm-journal-inlineedit p:nth-child(4) {text-align:justify}
[strike] /* about page */
.sm-page-node-mN62K .sm-widget-text {text-align:justify}[/strike]
My Website index | My Blog
Hey, I knew that. :-) Not.
Thanks again, Al. Much appreciated.