tagdiv composer width problem

Posted in: Newspaper
Post count: 49

Hello,
Now that I am switching to the tagDiv composer I noticed that the composer width is not enough to accomodate the whole column, I checked with the developer tools and noticed that if I disable this line: “width: 317px;” I can see all the composer elements in their glory.
I use google chrome on a mac, but no matter how I widen the browser, the composer window is still not wide enough.

To clarify I paste here the code.

.tdc-inspector {
overflow-y: scroll;
width: 317px;
height: 100%;
}

Post count: 20685

Hi,

We made tests with a Mac and Safari as well as Chrome, there were reports of the composer sidebar not looking properly from some users. We could not recreate the issue unfortunately, the sidebar looks alright. So it must be something very specific when it happens.
There are plans to improve or add a scroll to the composer, for a better functionality of the interface.

If that width is causing the problem for you, you could remove it from the plugin stylesheet
https://www.screencast.com/t/1wsGb92veE7D
You can use the WordPress plugin editor to do it if you should consider it
https://www.screencast.com/t/zLPgpG4V

I am sorry for the inconvenience caused by this. We will try to make more testing and improve on this part.

Thanks

Post count: 49

Thank you for your reply and happy that you will improve it though!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.