How do I change the comment bubble placement for small screens as it is overlapping a plugin. I just need it a bit higher on small screens. On desktop it is fine. I have added a screenshot here.
it is on all articles - but one specific one is cryptopredictpro. com/forecast/terra-price-prediction-2022-2025-2030/ - check on small screens - mobile phones on landscape overlap the left 'previous post box and portrait mode overlaps scrolling text. I have sent screenshots of both portrait and landscape.
@media screen and (max-width: 1024px){
#wpd-bubble-wrapper.wpd-left-content {
bottom: 83px !important;
left: 35px !important;
}
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
The red marked value can be changed as you like.
Also, please try on incognitomode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.