Dropdown Question

Questions & AnswersCategory: QuestionsDropdown Question
Simone asked 3 years ago

Hello is there a way to make the dropdown attribute menu smaller? The standard one is very big, I will need something smaller as height and as width.

1 Answers
Expivi WS Staff answered 3 years ago

Hi Simone,
You can do on your own web page this using CSS:

.select-field-btn {
min-height: 42px !important;
}

.select-field-btn * {
font-size: 0.7rem !important;
}

.select-field-btn .v-list-item__content {
 padding: 4px 0 !important;
}

 
 

Scroll to Top