By Vincent Robert on Monday, 05 December 2016
Posted in General
Replies 3
Likes 0
Views 155
Votes 0
It seems the most recent update of EasyBlog my blog cover images are not centered on page but are floating left....how can I fix this?
Yes, that was known issue, can you try apply this following css code into JoomlaFolder/templates/rt_afterburner2/html/com_easyblog/styles/custom.css and see how it goes?


div#fd.eb .eb-entry-article .eb-image.eb-post-thumb.is-center {
display: block !important;
}


Note : you have to manually create those folder and file.
·
Monday, 05 December 2016 11:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes this worked. Will this be fixed though so I don't have to use an override?
·
Monday, 05 December 2016 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, the proper fix will included in next release version, then you can remove this css override file.
·
Monday, 05 December 2016 12:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post