• Resolved Carin

    (@sparksfreebies)


    Hi! I am going to have my developer do this but wanted to check with you:
    1. I want to show List view by default, I see how to do it in shortcode, but not in archive page.

    2. I would like that List view to display in 2 columns (responsive of course, folding one under the other), is that going to be extremely difficult to do, I am guessing it will be adding Divs to list.php, but will that also influence the ad list in Buddypress Profile or in other places on the site?

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

    (@gwin)

    Hi,
    1. the list view for category pages you can enable by going to wp-admin / Classifieds / Options / Core panel and selecting in “Display Ads As” value “List (1 column)”.

    2. to have the list view displayed in two columns go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below

    
    .advert-item.advert-item-col-1 {
        width: 50% !important;
        height: 125px;
    }
    
    Thread Starter Carin

    (@sparksfreebies)

    Perfect!! Thanks again for the awesome support!

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

The topic ‘List view 2 columns’ is closed to new replies.