Layout of filter

  • Posts: 43
  • Thank you received: 1
5 years 4 months ago #300011

-- url of the page with the problem -- : www.ijscomanvenlo.nl/webwinkel/stalen-kandelaar

On this page I have a filer on the right of the page.,

Currently the checkbox and teh text are on different lines. What I want is that checkbox and text are on the same line. And that the leftmost character of teh texts of all items are alinged.

How can I do this?

Kind regards,

Hubert

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
5 years 4 months ago #300019

Hi,

You can add such CSS on your website to do that:
span.hikashop_filter_checkbox {
display: block;
}
span.hikashop_filter_checkbox label{
display: inline-block !important;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum