• Resolved zero479

    (@zero479)


    As you can see in the screenshot, the checkbox is not aligned with the title, and the label is not in-line with the checkbox. I have played with the margins and paddings, but it doesn’t make a difference. How to fix this?

    https://pasteboard.co/PV5o3b9gvlDF.png

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter zero479

    (@zero479)

    Anyone? Devs?

    Plugin Support Pablo Pérez

    (@pperez001)

    Hi there,

    I checked your site and I could see that your theme sets a “display: flex” in our labels, in order to revert this property I created new CSS rule that should overwrite it for our elements. Please include the following code in your Additional CSS:

    .etheme_sidebar-widgets-count-aside .yith-wcan-filter ul.filter-items li a {
    display: inline-block;
    }

    I hope this code can help you.

    Thread Starter zero479

    (@zero479)

    Amazing! I spent so much time scratching my head. I am truly grateful.

    One last thing. Right now, as you might be able to see, there seems to be a height limit on the widgets. This causes the rest of the content on each filter widget to be scrollable. How to make it show all categories in the filters without needing to scroll?

    Many thanks!

    Thread Starter zero479

    (@zero479)

    Hello, I was able to figure out the how to display all of the content in filter widgets without needing to scroll.

    Thanks again for the help. Really appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.