• Resolved quinox

    (@quinox)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    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

    (@quinox)

    Hi Dima,

    Thanks, this works!

    Regards

    Thread Starter quinox

    (@quinox)

    jy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘select dropdown icon’ is closed to new replies.