Notifications
Clear all

Limited Support

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.

 

[Solved] How to align center an image in a post

3 Posts
2 Users
0 Reactions
1,231 Views
Posts: 2
Customer
Topic starter
(@alejandro-plans-beriso)
Member
Joined: 6 years ago

Hello I would like to show an attached imagen in a post center aligned please.

Thanks a lot

2 Replies
Astghik
Posts: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

Hi @alejandro-plans-beriso,

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.    

1 Reply
(@alejandro-plans-beriso)
Joined: 6 years ago

Member
Posts: 2

@astghik awesome thanks a lot!

 

Share:
Scroll to top