Title: Action hooks with same priority
Last modified: August 24, 2016

---

# Action hooks with same priority

 *  Resolved [ankitseth](https://wordpress.org/support/users/ankitseth/)
 * (@ankitseth)
 * [11 years ago](https://wordpress.org/support/topic/action-hooks-with-same-priority/)
 * Hi
 * I want to show add to cart button on right of price in the same row. I have assigned
   both of them the same priority but still they take up different rows. Can someone
   please guide me on how they can be displayed in the same row.
 * Any help would be appreciated
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

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

 *  Thread Starter [ankitseth](https://wordpress.org/support/users/ankitseth/)
 * (@ankitseth)
 * [11 years ago](https://wordpress.org/support/topic/action-hooks-with-same-priority/#post-6137299)
 * Here’s the link to the page I am working on
    [http://activitydeck.com/product/eggless-desserts-set-1/](http://activitydeck.com/product/eggless-desserts-set-1/)
 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [11 years ago](https://wordpress.org/support/topic/action-hooks-with-same-priority/#post-6137312)
 * Try this in your custom css:
 *     ```
       @media only screen and (min-width:768px) {
       .price {
         float:left;
         width:300px
       }
       .woocommerce #content div.product form.cart .single_add_to_cart_button {
         float:right;
         margin-top:-36px;
         left:0
       }
       p.stock.in-stock {
         left: 20%;
       }
       }
       ```
   
 *  Thread Starter [ankitseth](https://wordpress.org/support/users/ankitseth/)
 * (@ankitseth)
 * [11 years ago](https://wordpress.org/support/topic/action-hooks-with-same-priority/#post-6137324)
 * Hi Iorro,
 * It worked like a charm. Thanks for your assistance.

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

The topic ‘Action hooks with same priority’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [action hook](https://wordpress.org/support/topic-tag/action-hook/)

 * 3 replies
 * 2 participants
 * Last reply from: [ankitseth](https://wordpress.org/support/users/ankitseth/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/action-hooks-with-same-priority/#post-6137324)
 * Status: resolved