Author avatar responsive view problem
Quote from olga on September 12, 2019, 4:18 pmhello,
the avatar of the author in responsive mode, doesn’t get displayed properly..
i know that i can write something like bellow
@media screen and (max-width: 782px){ #af-wrapper .post-author img.avatar{ height: 40px !important; width: 40px !important; } }but i want to know why it doesnt work by default :/
hello,
the avatar of the author in responsive mode, doesn’t get displayed properly..
i know that i can write something like bellow
@media screen and (max-width: 782px){ #af-wrapper .post-author img.avatar{ height: 40px !important; width: 40px !important; } }
but i want to know why it doesnt work by default :/
Quote from Asgaros on September 14, 2019, 7:33 pmHello @olga
It seems that something (maybe another avatar or community-extension) is adding size-values directly to the image-tag. You can try to overwrite it by adding the following code to Forum – Appearance – Custom CSS:
@media screen and (max-width: 782px) { #af-wrapper .post-author img.avatar { height: 40px !important; width: 40px !important; } }The following avatar-extension should work fine with Asgaros Forum:
Hello @olga
It seems that something (maybe another avatar or community-extension) is adding size-values directly to the image-tag. You can try to overwrite it by adding the following code to Forum – Appearance – Custom CSS:
@media screen and (max-width: 782px) { #af-wrapper .post-author img.avatar { height: 40px !important; width: 40px !important; } }
The following avatar-extension should work fine with Asgaros Forum: