Customize search page
Author: Kent K.
Visited 589,
Followers 1,
Shared 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
Posted on the
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!