Hi,
On the mobile theme with AMP in the author box How can I reduce the space between the top frame line and the author name?
https://www.screencast.com/t/cVekQeABMx0
It’s possible that this space is for the avatars, but I do not use them. I tried to set to not show avatars at the settings/discussion/Avatar Display/Show Avatars, but the system dose not save it.
Is there any other settings that can reduce this space?
Thank you!
Hello !
Please note that your website is unreachable for us: https://www.screencast.com/t/k8T6oxMnUcFb Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
That is the author avatar. You can remove it using this code: .author-box-wrap .avatar {
display:none;
}
The code must be inserted in here: https://www.screencast.com/t/s61BcemS2eW
Thank you !