Hi! i found a bug that whenever I use FGM and align to left, the output is fgm-centered
FGM bug? fgm-left
(4 posts) (2 voices)-
Posted 8 months ago
-
FGM includes alignment option for the top and bottom text. The image is, by default, aligned center. If you want the image to be left aligned then do this simple style sheet edit:
1. Open the p7FGM-01.css style sheet and locate this rule at line 144:
.fgm-img {
text-align: center;
}2. Change center to left so it now looks like this:
.fgm-img {
text-align: left;
}3. Save and close the style sheet.
Posted 8 months ago -
yes, the bug is in the alignment option for top and bottom text. When selecting Left, the output is fgm-centered.
Posted 8 months ago -
I cannot duplicate that.
The output for the Left setting is always nothing (default), that is, no calls attribute assigned. For center a class of fgm-centered is assigned and for right, fgm-right is assigned. In all cases, when selecting Left there is no class assigned.
Try it again on a blank page and see if the still persists.
Posted 8 months ago
Reply
You must log in to post.