May 31, 2020 7:04 am
On the screen of the smartphone information about the tooltip is closed, near the acceptance of the privacy conditions.
Also on some screens a line jumps (example on screenshot 2), your site doesn’t have this, what does it depend on and how to fix it?
2 Replies
May 31, 2020 3:04 pm
Hi
To solve the first issue use the following CSS codes:
#wpdcom div:hover.wpd-field-desc span {
left: -260%;
}
#wpdcom div.wpd-field-desc span:after {
left: 79%;
}
The CSS codes should be added in the "Custom CSS Code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Regarding the second issue, we'll need your website URL to debug the CSS conflict.