text area bellow the picture

Home Forums Product Support Forums Ajax Search Pro for WordPress Support text area bellow the picture

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15066
    Niko
    Niko
    Participant

    hello as shown on the picture I would like to know if it possible to put the text information bellow the picture instead than over the picture.

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #15092
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    There is not really an option for that, but it might be possible with some custom CSS rules:

    .item.asp_isotopic_item {
        height: 280px !important;
    }
    
    .item .asp_item_overlay_img,
    .item .asp_item_img,
    .item .asp_item_overlay, .item .asp_item_overlay_m {
        height: 70% !important;
    }

    You will have to adjust the 280px and the 70% for lower/higher values, but at some point the gap between the image and the text should get big enough.

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.