- This topic has 3 replies, 3 voices, and was last updated 6 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP Photo Seller Search Function
Tagged: photo search, photo seller
Hi
I am trying to incorporate the search function on my website using [WPS_photo_search]. It works fine and have begun to use caption and description fields to set up keywords.
However I cannot seem to change the location of the box, ie get it to sit centre of the page.
also when the reults come back they sit behind my header at the top. [https://bespoke-photos.com/search/] to see what I mean. Any chance you could help with this problem please?
You should be able to use the shortcode like the following to center it. You can copy and paste it in the “Text” mode of the editor:
<div style=”text-align: center;”>
[WPS_photo_search]
</div>
Thank you that works as far as getting the text in the middle but doesnt solve how my results come back as mentioned above. If you go to my page and search anything youll see what i mean.
To bring it down from underneath the menu you can add some custom CSS.
Here’s an example:
.wpps-search-page-wrapper{
margin: 120px;
}
You can play with the numbers to suit your needs.