XF 2.1 Centering an image in a post

JoyFreak

Well-known member
How can I center an image in a post?

I have this:
.bbWrapper .lbContainer.lbContainer--inline {
text-align: center;
width: 100%;
}
.bbWrapper .bbImage {
max-height: 400px;
margin: 0 auto !important;
}

Seems to work but when you hover either left or right to the image it shows the tooltip like it has margin on both sides as seen in the screenshot:
 

Attachments

  • hover.webp
    hover.webp
    25.9 KB · Views: 9
Last edited:
Top Bottom