Dec 11, 2021 4:47 pm
Hi,
I want to increase avatar size in extended layout? Is it possible?
8 Replies
Dec 13, 2021 9:07 am
Hi @selsebil,
All the widths and heights must be the same numbers.
#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar { max-height: 80px; max-width: 80px; } #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar { width: 80px; max-height: 80px; }
Dec 15, 2021 2:00 pm
I guess there is no way to increase avatar size in desktop while keeping it normal in mobile. Thank you for your interest.