The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] Inline comment popup box distorted on bigger screens
(@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?
(@asti)
Illustrious Member
Joined: 8 years ago
@trablogger,
Please leave some example URL to allow us to check the issue.
(@trablogger)
Joined: 5 years ago
Active Member
Posts: 3
Sep 07, 2020 7:44 am
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)
Joined: 8 years ago
Illustrious Member
Posts: 8192
Sep 07, 2020 8:50 am
@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
Sep 07, 2020 9:36 am
@asti Thank you for the response. I sorted it out