1. peacetree
  2. Support
  3. Friday, June 14 2019, 04:37 PM
When I use:

.numericsearchtip .label {
display: none;
}

my search form breaks.

Any idea how I can fix this?

Thank you
Accepted Answer
admin Accepted Answer
Admin
in your site your template apply following CSS style in the search form container:
column-count: 2
so it split form in 2 columns (the bottom part of first column is shown in the second column).

Something like this require that fields in column 1 have same height of fields in column 2. You can solve this by adding also this style:
.numericsearch{
margin-bottom:1rem !important;
}
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was a weekend :D

Can you please post me the page link where you need to hide the label?
  1. more than a month ago
  2. Support
  3. # 1
peacetree Accepted Answer
Could you please delete the page url, its my development site and I dont want to share.

Thanks for you help, much appreciated!
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Done!
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


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