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.

 

wpForo 1.x.x [Closed] Avatar CSS on member page

5 Posts
2 Users
0 Reactions
1,899 Views
Posts: 27
Topic starter
(@sophie)
Eminent Member
Joined: 8 years ago

Hi,

As you can see in attached file, the members avatar on member page, are displaying weirdly. I tried margins, but then it changes with screen size. 

How can I fix this please ?

Thank you !

4 Replies
Posts: 27
Topic starter
(@sophie)
Eminent Member
Joined: 8 years ago

It is not only on the member page, but on post page :

 

 

Posts: 27
Topic starter
(@sophie)
Eminent Member
Joined: 8 years ago

I tried to add a position : relative; in css of wpforo, and with debug tool it works fine. But it doesn't work when I do it in the css file, it must be overwritten somewhere...

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

It seems your theme affects it and sets incorrect position. Please try this CSS code:

#wpforo #wpforo-wrap .avatar{position: relative !important;}
Posts: 27
Topic starter
(@sophie)
Eminent Member
Joined: 8 years ago

It doesn't work. But you're right, I will ask to my theme support to help me on this. Thank you.