Title: ballmouse's Replies | WordPress.org

---

# ballmouse

  [  ](https://wordpress.org/support/users/ballmouse/)

 *   [Profile](https://wordpress.org/support/users/ballmouse/)
 *   [Topics Started](https://wordpress.org/support/users/ballmouse/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ballmouse/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ballmouse/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ballmouse/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ballmouse/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ballmouse/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/ballmouse/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ballmouse/replies/page/2/?output_format=md)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Menu dropdown width](https://wordpress.org/support/topic/menu-dropdown-width/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/menu-dropdown-width/#post-14089756)
 * Thank you [@vladytimy](https://wordpress.org/support/users/vladytimy/) !
 * What is the difference between writing CSS in Additional CSS and the Theme Editor?
   I see all my previous custom CSS is in the Theme Editor and when I wrote your
   code there nothing happened. But writing it in the Additional CSS area made the
   change.
 * Also, is there any chance the width could be dynamic to be just large enough 
   so the text per dropdown item fits on 1 line? 216 is exactly enough, but if I
   were ever to add an item with more text, it would be nice if it could automatically
   increase the length.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shipping Details Missing from Checkout](https://wordpress.org/support/topic/shipping-details-missing-from-checkout/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/shipping-details-missing-from-checkout/#post-8886130)
 * I figured it out: you have to created shipping zones in WooCommerce>Settings>
   Shipping.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Price and Add to cart in the same line](https://wordpress.org/support/topic/price-and-add-to-cart-in-the-same-line/)
 *  [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/price-and-add-to-cart-in-the-same-line/#post-8177510)
 * Just an update – I think I’ve been able to shift the ‘Add to Cart’ button and
   the text box of the quantity object, but the plus and minus buttons for the quantity
   object disappear. Any idea on what I’m doing wrong?
 * The code I’m using right now is:
 *     ```
       div.single_variation_wrap {
       width: 120%;
       display: -webkit-inline-box;
       }
   
       div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
       float: right;
       padding-left: 15px;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Price and Add to cart in the same line](https://wordpress.org/support/topic/price-and-add-to-cart-in-the-same-line/)
 *  [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/price-and-add-to-cart-in-the-same-line/#post-8156092)
 * Hi Caleb,
 * I attempted to use your code into my site ([http://www.parfournir.com/shop/trousers/athletic-fit/plain-front/](http://www.parfournir.com/shop/trousers/athletic-fit/plain-front/)),
   but it didn’t appear to work.
 * The price, stock message, add to cart button, and quantity were all shifted over
   to the right instead of the add to cart button and quantity buttons moving onto
   the same line and to the right of the price and stock message.
 * Would you be able to assist?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Logo Font Issue](https://wordpress.org/support/topic/logo-font-issue/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/logo-font-issue/#post-8156075)
 * Not sure how, but the issue appeared to resolve itself after a few refreshes 
   on the website.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Table] Bold font for individual rows](https://wordpress.org/support/topic/bold-font-for-individual-rows/)
 *  [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/bold-font-for-individual-rows/#post-7722051)
 * I think
 * `[attr style="font-weight:bold"]`
 * works, but you need to write it for each cell.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adding Used Coupon Code into Customer Emails](https://wordpress.org/support/topic/adding-used-coupon-code-into-customer-emails/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/adding-used-coupon-code-into-customer-emails/#post-7718403)
 * Thanks.
 * I was able to made some change to that linked code and came up with:
 *     ```
       add_action( 'woocommerce_email_after_order_table', 'add_payment_method_to_admin_new_order', 15, 2 );
   
       /**
        * Add used coupons to the order confirmation email
        *
       */
       function add_payment_method_to_admin_new_order( $order, $is_admin_email ) {
   
       		if( $order->get_used_coupons() ) {
   
       			$coupons_count = count( $order->get_used_coupons() );
       		    $i = 1;
       		    $coupons_list = '';
   
       		    foreach( $order->get_used_coupons() as $coupon) {
       		        $coupons_list .=  $coupon;
       		        if( $i < $coupons_count )
       		        	$coupons_list .= ', ';
       		        $i++;
       		    }
   
       		    echo '<p></p>';
       		    echo '<p><strong>Credit(s) used (' . $coupons_count . ') :</strong> ' . $coupons_list . '</p>';
   
       		} // endif get_used_coupons
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shipping Details Missing from Checkout](https://wordpress.org/support/topic/shipping-details-missing-from-checkout/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/shipping-details-missing-from-checkout/#post-7713772)
 * Could it be that I only have Paypal enabled at the moment, and not PayPal Powered
   by Braintree or Stripe?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shipping Details Missing from Checkout](https://wordpress.org/support/topic/shipping-details-missing-from-checkout/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/shipping-details-missing-from-checkout/#post-7713769)
 * I think all my settings are correct, but I took some screenshots.
 * [http://i1074.photobucket.com/albums/w417/ballmouse/shipping%20general_zpstapvagdj.png](http://i1074.photobucket.com/albums/w417/ballmouse/shipping%20general_zpstapvagdj.png)
 * [http://i1074.photobucket.com/albums/w417/ballmouse/shipping%20options_zpsnpjzuggo.png](http://i1074.photobucket.com/albums/w417/ballmouse/shipping%20options_zpsnpjzuggo.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder] Image in Popup not being called over HTTPS](https://wordpress.org/support/topic/image-in-popup-not-being-called-over-https/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/image-in-popup-not-being-called-over-https/#post-7701169)
 * Thank you! Just added an ‘s’ to the image url and it went away.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Decrease Product Short Description Margins](https://wordpress.org/support/topic/decrease-product-short-description-margins/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-product-short-description-margins/#post-7687235)
 * Hi Caleb. I actually asked the theme developer after your initial response and
   put in the following code
 *     ```
       /*widen div for description*/
       div.short-description {
           width: 120%;
       }
       /*Center button*/
       div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
           text-align: center;
           width: 120%;
       }
   
       /*center underline*/
       .tx-div.small {
           width: 90%;
       }
       ```
   
 * Thank you for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Decrease Product Short Description Margins](https://wordpress.org/support/topic/decrease-product-short-description-margins/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/decrease-product-short-description-margins/#post-7687057)
 * Thank you – if you get a chance, the product page link is: [http://www.parfournir.com/shop/trousers/athletic-fit/flat-front/](http://www.parfournir.com/shop/trousers/athletic-fit/flat-front/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increasing space between bullet point and following text](https://wordpress.org/support/topic/increasing-space-between-bullet-point-and-following-text/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/increasing-space-between-bullet-point-and-following-text/#post-7682781)
 * Thank you!
 * For anyone else interested, I added
 * `li { padding-left: 20px; }`
 * to the style.css
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] White Space on Homepage that is not the background color](https://wordpress.org/support/topic/white-space-on-homepage-that-is-not-the-background-color/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/white-space-on-homepage-that-is-not-the-background-color/#post-7680509)
 * Yep. URL is [http://www.parfournir.com/](http://www.parfournir.com/). There is
   this white space (background is a sort of faint peach at the moment) at the bottom.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder] Popup text overflow on mobile](https://wordpress.org/support/topic/popup-text-overflow-on-mobile/)
 *  Thread Starter [ballmouse](https://wordpress.org/support/users/ballmouse/)
 * (@ballmouse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/popup-text-overflow-on-mobile/#post-7670588)
 * It was because the position was set to Middle Center. Setting it to Top Center
   fixed the problem.
 * Thank you!

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/ballmouse/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ballmouse/replies/page/2/?output_format=md)