1. hooman52
  2. Support
  3. Tuesday, June 21 2016, 02:43 PM
Hi,
I have a problem with search module. I need to design it in horisontal view.
Please look at this site: medarena.tk
As you can see in home page there is a search module , it is in Azerbaijani language :) but I will try to tell you exactly what I mean.
I changed this design by custom.css file and add display:inline-block for .control-group class
please do these steps:
1- click on "rayon" and select " Baki". as you can see "nisangah2" will disappear and "nisangah" appear correctly.
2- click on "rayon" and select " sumqayit " . Now you can see "nisangah2" appeared again but it has display:block inline style. so it is shown under "rayon"
3- again, select "Baki" from "rayon". "nisangah" appeared with display:inline-block inline style.

Now I don't know why "nisangah2" has inline style of display:block but "nisangah" has display:inline-block.
Actualy I need it to show both of them on the right hand of "rayon".
Let me ask you give me some suggestion
thanks
admin Accepted Answer
Admin
hi,
my idea from post https://www.easy-profile.com/support/search-module-layout-horizontal.html is to add "display:inline-inline" into some DIV that wrap container with "control-group" class.

Anyway I found another way, very very simple, you can add some CSS like this:

.jsn_search_module .control-group{display:inline-block !important;}
.jsn_search_module .control-group.hide{display:none !important;}
  1. more than a month ago
  2. Support
  3. # 1
hooman52 Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.