Title: page view
Last modified: September 1, 2016

---

# page view

 *  Resolved [icecopi](https://wordpress.org/support/users/icecopi/)
 * (@icecopi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/page-view-2/)
 * How do I change the view from 1 item per row to 3 items per row?
 * [https://wordpress.org/plugins/perfect-woocommerce-brands/](https://wordpress.org/plugins/perfect-woocommerce-brands/)

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

 *  [potatohark](https://wordpress.org/support/users/potatohark/)
 * (@potatohark)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/page-view-2/#post-7662269)
 * Not sure if this is the best solution, but I included the following in my footer:
 *     ```
       <script>
       		function get_var(var_name){
       			var query = window.location.search.substring(1);
       			var vars = query.split("&");
       			for (var i=0;i<vars.length;i++) {
       				var pair = vars[i].split("=");
       				if(pair[0] == var_name){return pair[1];}
       			}
       			return(false);
       		}
   
       		var get_variable = get_var("pwb-brand");
       		if (get_variable !== '') {
   
       			document.getElementsByClassName("products clearfix products-1")[0].setAttribute("class", "products clearfix products-3");
       		}
       	</script>
       ```
   
 *  Plugin Contributor [titodevera](https://wordpress.org/support/users/titodevera/)
 * (@titodevera)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/page-view-2/#post-7662276)
 * Hello. Which page view (archive page, single product, page…) is? Can you give
   us a public link to this page? Are you using a shortcode?
 * Thanks for using PWB 😉

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

The topic ‘page view’ is closed to new replies.

 * ![](https://ps.w.org/perfect-woocommerce-brands/assets/icon-256x256.jpg?rev=2912506)
 * [Perfect Brands for WooCommerce](https://wordpress.org/plugins/perfect-woocommerce-brands/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/perfect-woocommerce-brands/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/perfect-woocommerce-brands/)
 * [Active Topics](https://wordpress.org/support/plugin/perfect-woocommerce-brands/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/perfect-woocommerce-brands/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/perfect-woocommerce-brands/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [titodevera](https://wordpress.org/support/users/titodevera/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/page-view-2/#post-7662276)
 * Status: resolved