Question T3347
Visible to All Users

How to change the size of a side panel in SurveyJS Creator

created 5 years ago (modified 5 years ago)

[Ticket cloned from T3345: List of properties and sidebar dimension]

Thanks! For surveys seems to work, but not for questions, I have to use the Survey.Serialize instead of this.

What about the sidebar dimension? Can I fixed it?

Thanks in advance!

Answers approved by surveyjs Support

created 5 years ago

Hello,

Yes, you can use the following CSS rule:

CSS
.svd-designer-container--left-side { width: 40%; max-width: 40%; flex-basis: 40%; }

Here is the working sample - https://plnkr.co/edit/UmtFPoFjp9z4qVfsRv0y?p=preview

Thanks, Serge
SurveyJS Team