[SOLVED] css class for database join and dropdown different

Status
Not open for further replies.

bea

Active Member
Hi,
I noticed, that my dropdown design for database join (Schicht) and simple dropdown (Status) are different in my YOOtheme pro template. How can I customize to get the same style for both dropdowns like 'Status'.
Maybe Fabrik dbjoin class is distinguished from dropdown class?
Many thanks.
Bianka
 
I can't see a difference on my site.
Do you have a link?
Are both elements single select?
 
Hi troester,
both elements are single dropdowns (simple dropdown and dbjoin dropdown). Difference is just in height and design.
You will find site infos in 'My Sites'
Many thanks
Bianka
 
It's because your template is doing strange css settings (overriding the dropdown with an extra background etc).
View attachment 17343

I think you can override ...plugins\fabrik_element\dropdown\layouts\fabrik-element-dropdown-form.php
and change
$multisize = $d->multisize === '' ? '' : 'size="' . $d->multisize . '"';
to
$multisize = $d->multisize === '' ? 'size="1" ' : 'size="' . $d->multisize . '"';

to force a size="1" option as in the dbjoin (so it won't trigger this CSS setting).
 
  • Like
Reactions: bea
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top