Title: List view 2 columns
Last modified: August 18, 2018

---

# List view 2 columns

 *  Resolved [Carin](https://wordpress.org/support/users/sparksfreebies/)
 * (@sparksfreebies)
 * [8 years ago](https://wordpress.org/support/topic/list-view-2-columns/)
 * 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](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [8 years ago](https://wordpress.org/support/topic/list-view-2-columns/#post-10606032)
 * 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](https://wordpress.org/support/users/sparksfreebies/)
 * (@sparksfreebies)
 * [8 years ago](https://wordpress.org/support/topic/list-view-2-columns/#post-10606652)
 * 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.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

## Tags

 * [list view](https://wordpress.org/support/topic-tag/list-view/)

 * 2 replies
 * 2 participants
 * Last reply from: [Carin](https://wordpress.org/support/users/sparksfreebies/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/list-view-2-columns/#post-10606652)
 * Status: resolved