Hello I would like to show an attached imagen in a post center aligned please.
Thanks a lot
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello I would like to show an attached imagen in a post center aligned please.
Thanks a lot
Please use the following CSS code:
#wpforo-wrap figure[data-attachids] {
display: flex;
align-items: center;
justify-content: center;
}
The CSS code should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.