The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to change comme...
 
Share:
Notifications
Clear all

[Solved] How to change comment bubble placement for small screens (overlapping plugin)

5 Posts
2 Users
0 Likes
566 Views
Posts: 8
Topic starter
(@miguelp)
Active Member
Joined: 2 years ago

Hello

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.

comment bubble

 

4 Replies
Asti
Posts: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@miguelp,

Please leave an example URL to allow us to check the issue and provide a CSS solution for you. 

Posts: 8
Topic starter
(@miguelp)
Active Member
Joined: 2 years ago

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.

comment bubble
landscape wpdiscuzz

 

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7114

@miguelp,

Use the CSS code below:

@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 incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

Posts: 8
Topic starter
(@miguelp)
Active Member
Joined: 2 years ago

Works! Thanks!

Share: