Unfortunately regular support do not cover user customizations, your header and menu are pretty heavily customized hence I can't say what is wrong with that at first site, probably some Custom CSS broke the tooltip placement. The positioning of Bootstrap Tooltips are handled through Javascript, triggered in djwd.js, (it's commented "ToolTips") if that helps.
"user customizations" This problem has nothing to do with custom CSS or other things i did with the theme. (I double-checked all of my modifications of the code, tested site without any additional CSS and etc). I'm 100% sure that it's not my fault and I wouldn't write to you if I had had any concerns.
The problem with the position of this block can be seen on many other PowerMag-based sites, though. For example, you can replicate this issue on PM demo site (It has slightly different position, and it's not so noticable as on my site, but basically it's the same).
Sorry then I'm not quite sure I understood the issue. On the screenshots posted the tooltip is exactly where it's meant to be (it's not supposed to be aligned on top), while on your site stays much higher. That is why I guessed it has something to do with the customizations you have made.
Greetings, Djwd.
I guess the title of the ticket perfectly describes the problem. Is there a CSS code to place that pop-up message properly?
Hi there,
Unfortunately regular support do not cover user customizations, your header and menu are pretty heavily customized hence I can't say what is wrong with that at first site, probably some Custom CSS broke the tooltip placement. The positioning of Bootstrap Tooltips are handled through Javascript, triggered in djwd.js, (it's commented "ToolTips") if that helps.
Regards
djwd
Regards
djwd
"user customizations" This problem has nothing to do with custom CSS or other things i did with the theme. (I double-checked all of my modifications of the code, tested site without any additional CSS and etc). I'm 100% sure that it's not my fault and I wouldn't write to you if I had had any concerns.
The problem with the position of this block can be seen on many other PowerMag-based sites, though. For example, you can replicate this issue on PM demo site (It has slightly different position, and it's not so noticable as on my site, but basically it's the same).
Tested on Google Chrome 39 and IE 11.
Sorry then I'm not quite sure I understood the issue. On the screenshots posted the tooltip is exactly where it's meant to be (it's not supposed to be aligned on top), while on your site stays much higher. That is why I guessed it has something to do with the customizations you have made.
Regards
djwd
Regards
djwd
Just tried to fix it with CSS.
.tooltip.fade.left.in { top: -20px!important; left: -185px!important; }