• Resolved sharoni

    (@sharoni)


    Hi, I would like to have one Featured listing to appear on my homepage in a small box.
    I used this shortcode:

    [acadp_listings listings_per_page=1 filterby=featured orderby=date header=0 category_id= pagination=0]

    which works but the listing is condensed into a 33% space.
    I altered the css to:

    .acadp .col-md-4 {
    width: 100% !important;
    }

    but this messes up the All Business Listings page layout, shows 1 listing the width of the screen. I want to keep the layout to a grid format on this page.

    Can you help please?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    Please try below shortcode

    [acadp_listings listings_per_page=1 filterby=featured orderby=date header=0 category_id= pagination=0 columns=1]

    Thanks

    Thread Starter sharoni

    (@sharoni)

    Perfect!
    Thanks

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

The topic ‘Single Featured on front page’ is closed to new replies.