By gap, do you mean that you’re trying to get the two drop down boxes to be the same size?
Hello @ash123
Thanks for your answer.
I mean the gap at drop down boxes left, in order for the drop down boxes to be aligned with text above at the very left
Is my explanation clear enough ?
Hello @ash123
Thanks for your answer.
I mean the gap at drop down boxes left, in order for the drop down boxes to be aligned with text above at the very left
Is my explanation clear enough ?
@Tata C It’s hard to do custom with this dropdown in flat layout because the CSS got marked with !important and I can’t overwrite it. If you use modern or classic layout, you can align the dropbox with this custom CSS, change the px number as you like.
.Skin .MC .DL .QuestionBody { padding-left: 0px !important; }
Hello @Nam Nguyen
Thanks for your answer :)