The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Inline comment popu...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Inline comment popup box distorted on bigger screens

5 Posts
2 Users
0 Reactions
1,059 Views
Posts: 3
Topic starter
(@trablogger)
Active Member
Joined: 5 years ago

Hi,

I have started using the inline comment feature to try out. Things are working fine except for one thing. 

 

So when I add the inline comment and click on it, the comment box opens up and appears as a single column, like a thin strip of line. But at the same time the result on mobile devices are fine. They are shown as full width comment boxes. 

 

How can I sort this formatting issue or larger screens? 

Topic Tags
4 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

@trablogger,

Please leave some example URL to allow us to check the issue. 

3 Replies
(@trablogger)
Joined: 5 years ago

Active Member
Posts: 3

Hi @asti the link is here. Though I have done a brainstorming session and added a few lines of css and it looks fine now.  Looks like the 'position' was set to `absolute`. Below css worked fine for me. Please let me know if there is any other better way to sort it out.

 

.wpd-inline-form-wrapper {
  position: relative;

}

.wpd-inline-shortcode.wpd-active {
white-space: wrap;
width: 100%;}

Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@trablogger,

We don't find any example of inline commenting. Please leave the page/post URL where we can see the issue. 

(@trablogger)
Joined: 5 years ago

Active Member
Posts: 3

@asti Thank you for the response. I sorted it out

Share: