• Resolved jtheoff

    (@jtheoff)


    Hi, my website store is paidikooneiro.gr/shop

    You will notice that for mobile view, the arrows for collapse/expand are not visible but they are present for desktop.

    Any ideas how to fix that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello @jtheoff,

    It is not issue, but it is how our plugin work.
    Plugin do not have option to change it, but you can use custom CSS

    div.berocket_aapf_widget-title_div .berocket_aapf_widget_show.mobile_hide {
        display: block;
    }

    Regards,
    Oleg

    Thread Starter jtheoff

    (@jtheoff)

    Hi @razyrx thanks alot that worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Collapse arrow not visible’ is closed to new replies.