Greetings,
I'm seeking help/advice on how to align the comment/description text to the left, rather than the default "centered" setting. Examples below.
The first graphic displays the default seetings. The second graphic (edited for display here) shows the text aligned to the left. Please explain where I may find the code to modify this issue.
Thank you,
QV
You have already modified your gallery, as this is not a usual view of a thumbnail.
But what you want is in the theme.php. Look for
HTML template for thumbnails display
Thank you for your prompt response.
No, I hadn't modified the code at the time. The example image you see was edited in paint to show what I was looking to accomplish. I have since edited the code and removed the *center* tag, but that removes ALL centering within the TD cell. I'm interested in keeping the thumbnail and title centered, but aligning the description text to the left.
Is this possible? Please detail if so.
Thanks again!
QV
move to the tag described in the previous post (search using ctrl+F) and change align="left" in the following code:
<td valign="top" class="thumbnails" width ="{CELL_WIDTH}" align="center">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<a href="{LINK_TGT}">{THUMB}<br /></a>
<p align="left">{CAPTION}</p>
{ADMIN_MENU}
</td>
</tr>
</table>
</td>
This thread is outdated. In fact, the entire sub-board is outdated. You're not suppossed to post here, as it only exists for reference. Locking.