Way to display “Sort by” options

5.01K viewsUpdates
0

Hi. Sorry for the language.

 

By the way, the above image shows Sort By and its options(Activated, Recent, Vote, Answered, No Answer, Pending).

Can we make those options into horizontal way like below?

 

Thank you

You just want drop down item as horizontal, right? don’t need other sorting?

Are both available? If so, we want both features.

But this gonna occupy lots of space.

It is okay. Please let us know how to customize them. We would appreciate with your help!

0

Add this style:

#ap-question-sorting .ap-dropdown .ap-dropdown-menu > li {
    float: left;
}
#ap-question-sorting .ap-dropdown .ap-dropdown-menu {
    left: 0;
    right: auto;
    width: 453px;
}