Title: select dropdown icon
Last modified: February 21, 2019

---

# select dropdown icon

 *  Resolved [quinox](https://wordpress.org/support/users/quinox/)
 * (@quinox)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/select-dropdown-icon/)
 * Hi,
 * I have a selectbox with a dropdown-arrow for screens smaller than 992 pixels.
   
   This works great. But when the screen is smaller than 700px, this dropdown-arrow
   dissapear.
 * It’s the class: `<span class="berocket_aapf_widget_show show_button mobile_hide"
   ><i class="fa fa-angle-left "></i></span>` with the `::before element.`
 * Why it dissapear below breakpoint 700px?
 * regards,
 * Roland
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fselect-dropdown-icon%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Dmytro Holovnia](https://wordpress.org/support/users/dholovnia/)
 * (@dholovnia)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/select-dropdown-icon/#post-11231313)
 * Hi Roland,
 * Please open plugin settings page, tab CSS and add this style to show arrow all
   the way:
 *     ```
       html .berocket_aapf_widget_show.mobile_hide {
           display: block;
       }
       ```
   
 * Regards,
    Dima
 *  Thread Starter [quinox](https://wordpress.org/support/users/quinox/)
 * (@quinox)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/select-dropdown-icon/#post-11231549)
 * Hi Dima,
 * Thanks, this works!
 * Regards
 *  Thread Starter [quinox](https://wordpress.org/support/users/quinox/)
 * (@quinox)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/select-dropdown-icon/#post-11231551)
 * jy

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘select dropdown icon’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-ajax-filters/assets/icon-256x256.gif?rev=2770304)
 * [Advanced AJAX Product Filters](https://wordpress.org/plugins/woocommerce-ajax-filters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-ajax-filters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-ajax-filters/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-ajax-filters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-ajax-filters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-ajax-filters/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [quinox](https://wordpress.org/support/users/quinox/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/select-dropdown-icon/#post-11231551)
 * Status: resolved