• Hi,

    I have added the Price filter in the widget, but we can’t see the slider balls 100%, what to do?

    Also, the title “Price Filter” want to make it similar like “Filter by” other filter title.

    The page I need help with: [log in to see the link]

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

    (@razyrx)

    Hello,

    It is not fully visible, because your theme uses overflow: hidden; for sidebar.
    You can change it to overflow: visible; or add margin to filter with custom CSS code.

    You can change how title looks only with custom CSS code.

    Regards,
    Oleg

    • This reply was modified 4 years, 3 months ago by RazyRx.
    Thread Starter shridsan2010

    (@shridsan2010)

    What id or class is used for Title because I tried using inspect element, it’s showing h3 tag.

    It is not fully visible, because your theme uses overflow: hidden; for sidebar.
    You can change it to overflow: visible;

    — can u guide me, how to do this?

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    You can use selector .bapf_head h3 to change how title looks in all our filters.

    You can try this code

    .sidebar, .side-twocol {
        overflow: visible!important;
    }

    Regards,
    Oleg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Width of the Widget’ is closed to new replies.