JoyFreak
Well-known member
How can I center an image in a post?
I have this:
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:
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
Last edited: