space between results

This topic contains 11 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years, 7 months ago.

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #23847
    guyp62
    guyp62
    Participant

    Is it possible to create a space between results
    French picture example
    Maybe a little CSS will help

    Attachments:
    You must be logged in to view attached files.
    #23850
    guyp62
    guyp62
    Participant

    another question 🙂
    Is it possible to turn the image to the right of the results block

    #23861
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    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 :)


    #23876
    guyp62
    guyp62
    Participant

    Thank you so much
      It works great
    🙂

    #23877
    guyp62
    guyp62
    Participant

    I 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?)

    #23881
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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 :)


    #23883
    guyp62
    guyp62
    Participant
    You cannot access this content.
    #23886
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Sure, 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 :)


    #23887
    guyp62
    guyp62
    Participant

    To 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 LIGHTBOX

    #23888
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Well, the links in the results use this CSS class, if that is what you mean: .asp_res_url

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #23889
    guyp62
    guyp62
    Participant
    You cannot access this content.
    #23895
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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 :)


Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.