By Justin on Thursday, 13 August 2015
Posted in General Issues
Replies 5
Likes 0
Views 797
Votes 0
If I have add an image block to an entry and include a caption for the image, the caption does not follow with the alignment of the image (in the example image includes, the caption should be centered since the image is centered)...

I can add CSS to center it when viewing the blog, but it wouldn't apply when editing the entry in the composer.
Hey Justin,

I am really sorry for the delay of this reply, got a little occupied today. You can add the following css fix temporarily to address this but I will need to forward this post to our designer to find the source of the issue


.ebd-block .eb-image .eb-image-caption {
text-align: inherit !important;
}
·
Friday, 14 August 2015 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Justin,

Not a problem. Glad that your issue has been resolved now.
·
Thursday, 13 August 2015 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry Ezrul,

I marked the wrong post I added today (I've since updated the other posted related to Truncation issues). I'm still having an issue with the above initial comment with regards to the caption not centering with the image.
·
Thursday, 13 August 2015 11:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect! Thanks Mark.
·
Friday, 14 August 2015 02:08
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Justin
·
Friday, 14 August 2015 02:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post