Customize search page                                     
                                        Autor: Kent K.
                Visitado 860,
                Seguidores 1,
                Compartilhado 0
                 
                    
I need to customize this php page, but cant find the option for it. I have a template graphic logo, and the results from the search page or presented over this logo. Doesn seem nice, so i need to push down the results from the resultlist
Publicado em 

Hello Kent,
You can add the css code to move down the results in step 1 in the Expert tab
You will need to move down the search result div called #imSearchContent
You can try a code like:
<style> #imSearchContent {padding-top: 180px;} </style>
Many thanks!