Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you replicate the problem on the theme’s demo site? If not having no link to the issue is a huge barrier to those trying to give help.
Thread Starter
Account
(@nestsiarenka)
Hello Andrew,
I use Explanatory Dictionary wordpress plugin that generates pop-ups for words from the dictionary.
The problem can be reproduced here
Steps:
1) Open page
2) Move mouse pointer to “test automation” text in the first sentence (RoutineBot is a visual test automation software that provides a user with the opportunity to create and execute tests based on image patterns.)
=>
Actual result: Explanation bubble is cut
Expected result: The word definition is shown
I tried several themes, where the bubble was shown correctly, so I think it is not the plugin defect.
I doubt, that I can reproduce the problem at theme demo site, cause I need the mentioned plugin for it. Any help is appreciated, because I like Tempera and don’t want to switch from it because of this issue.
Thanks in advance!
Kind regards,
Sergey
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
div.post {
overflow: visible;
}
Thread Starter
Account
(@nestsiarenka)
Andrew made my day!
Thank you very much for solving the issue!