XenForo
Administrative
- Thread starter
- Admin
- #1
Have a query regarding aligning images in the article preview view.
Would be good to somehow define whether the preview image is vertically aligned to the top, centre or bottom depending on the image.
The default seems to be centre aligned which looked awkard with the images related to the forum.
As such updated the following in message.less
CSS:
Read more
ادامه مطلب...
Would be good to somehow define whether the preview image is vertically aligned to the top, centre or bottom depending on the image.
The default seems to be centre aligned which looked awkard with the images related to the forum.
As such updated the following in message.less
CSS:
Code:
.articlePreview-image
{
flex: 0 0 auto;
align-self: center;
width: 100%;
max-width: 750px...
Read more
ادامه مطلب...