J-BusinessDirectory - Listing Search position

Support Forum

 
 

 
Hi,
 
how can I set position of Listing Search in the centre of module position?
 
http://gesundheitsanbieter.de/
 
Best Regards,
Klaus
2 replies

Hi Klaus

You use the template jp-perfect, there is a custom css file under "/templates/jp-perfect/css/custom.css." Add in line 9 below  margin-top: 130px; "margin-left: 300px;"

This is what the finished CSS line 6 to 10 should look like:

#companies-search {

     height: 200px;
     margin-top: 130px;
     margin-left: 300px;
}

With margin-left: 300px; you can push the distance back and forth as desired 100px 150px 300px etc.

Hi Klaus,


You can add to custom.css (/templates/jp-perfect/css/custom.css) this code:

#companies-search {display: flex; justify-content: center;}

The code will display the search module on center, no matter how many fields has.

If the custom.css file doesn't exist, just create one.


This is not an official answer.

 
 
 

3 Item(s)

Show per page