Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › space between results
This topic contains 11 replies, has 2 voices, and was last updated by Ernest Marcinko 3 years, 9 months ago.
- AuthorPosts
- August 29, 2019 at 3:26 pm #23847
Is it possible to create a space between results
French picture example
Maybe a little CSS will helpAttachments:
You must be logged in to view attached files.August 29, 2019 at 7:20 pm #23850another question 🙂
Is it possible to turn the image to the right of the results blockAugust 30, 2019 at 9:14 am #23861Hi!
You can do both via a small custom CSS snippet:
/* Bottom margin */ .rtl .asp_r.vertical .item { margin-bottom: 12px !important; } /* Image to the right */ .rtl .asp_r.vertical .asp_image { margin: 2px 0 0 8px !important; float: right !important; }
I hope this helps!
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 30, 2019 at 11:27 am #23876Thank you so much
It works great
🙂August 30, 2019 at 11:42 am #23877I have another small question 🙂
Can the link be opened in LIGHTBOX?
And control the size of the window
If there is a plugin that matches it is fine too
I currently have this option in your plugin (When clicking on a result, open it in a new window?)August 30, 2019 at 12:49 pm #23881Hi,
Unfortunately that is not possible with this plugin, I am sorry.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 30, 2019 at 1:29 pm #23883You cannot access this content.August 30, 2019 at 1:37 pm #23886Sure, you can define the box shadow under here: https://i.imgur.com/EkCFq4Y.png
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 30, 2019 at 1:38 pm #23887To my question in LIGHTBOX
I mean if there is a CSS TO option in the plugin (When clicking on a result, open it in a new window?)
To open the link in LIGHTBOXAugust 30, 2019 at 1:42 pm #23888Well, the links in the results use this CSS class, if that is what you mean:
Best,.asp_res_url
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 30, 2019 at 3:37 pm #23889You cannot access this content.September 9, 2019 at 9:26 am #23895Hi,
1. Sure, try something like this:
.asp_r { box-shadow: 1px 1px 12px 0px #2b2b2b !important; }
2. That is not possible via custom CSS. Lightbox needs to be implemented via Javascript, unfortunately it is not that simple. You might have to contact a developer for that.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.