• Resolved ironheart99

    (@ironheart99)


    Good morning, I’m having a problem with a filter I’m using on a website I manage.

    As you can see from the page, the spaces where the filter’s price ranges should appear are too small, so the numbers aren’t displayed properly and customers are having difficulty selecting the desired range.

    I don’t know if it’s a plugin issue or a theme issue (Ocean WP). Could you please provide a solution so I can enlarge the spaces a bit for proper display?

    Thank you very much.

    Luca

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @ironheart99

    Here is the root of the issue (CSS styles):

    .woocommerce form input[type=number] {
    max-width: 58px;
    min-height: 36px;
    }

    You can modify those values to the required width to make them bigger.

    Best Regards,
    Victor

    Thread Starter ironheart99

    (@ironheart99)

    Thank you very much, thanks to your suggestion I managed to solve the problem.

    Happy holidays and a happy 2026!

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

You must be logged in to reply to this topic.