Guest User

Untitled

a guest
Nov 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. add_action('wp_head', 'woo3cols');
  3. function woo3cols() {
  4. echo '<style>.woocommerce ul.products li.product {clear: none !important;width: 32% !important;float: none !important;display: inline-block;vertical-align: top;}</style>';
  5. }
Add Comment
Please, Sign In to add comment