hs business filter module

  • Posts: 49
  • Thank you received: 0
11 years 1 month ago #123862

Is it possible to change the width of the horizontal filter input? These blocks seems not to be responsive which is affecting the layout of my site.

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
11 years 1 month ago #123867

Hi,

Yes.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 49
  • Thank you received: 0
11 years 1 month ago #123925

..... how to??

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

  • Posts: 49
  • Thank you received: 0
11 years 1 month ago #123926

it's not possible in the module itself neither in the css file (couldn't find it with firebug)

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #123950

Hi,

You should find it with firebug, all the elements are displayed.
The property should be:

.hikashop_filter_filterName input{
    width: 200px !important;
}

Just replace "filterName" by your filter name and "200" by the desired width.

Last edit: 11 years 1 month ago by Xavier.

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

  • Posts: 49
  • Thank you received: 0
11 years 1 month ago #123990

could you please tell me in which file (including the path) i can add this?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #124056

You can add this in the frontend css file via the menu Configuration > Display > CSS, click on the edit icon next to "frontend css file".

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

  • Posts: 49
  • Thank you received: 0
11 years 1 month ago #124125

is it correct that i have to add this myself? because now it isn't in the frontend css file.

If so, can i place the appropriate code at the end of the css file? or do i have to put it at a particular place?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #124232

Yes you have to add it yourself in this file.
You can add the css property where you want, at the end is a good choice.

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

Time to create page: 0.081 seconds
Powered by Kunena Forum