Title: text align to left
Last modified: July 5, 2021

---

# text align to left

 *  Resolved [nirb](https://wordpress.org/support/users/nirb/)
 * (@nirb)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/text-align-to-left/)
 * Hi
    How can i text align to left? I do not want everything centered
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftext-align-to-left%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [templateinvaders](https://wordpress.org/support/users/templateinvaders/)
 * (@templateinvaders)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/text-align-to-left/#post-14628584)
 * Hi [@nirb](https://wordpress.org/support/users/nirb/)
 * You deactivated our plugin on mentioned URL and we can’t check your issue.
 *  Thread Starter [nirb](https://wordpress.org/support/users/nirb/)
 * (@nirb)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/text-align-to-left/#post-14628765)
 * Hi
    sorry, your plugin is active now, can you check it please? Thank you!
 * [https://wordpress-616179-1998880.cloudwaysapps.com/](https://wordpress-616179-1998880.cloudwaysapps.com/)
 *  Plugin Author [templateinvaders](https://wordpress.org/support/users/templateinvaders/)
 * (@templateinvaders)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/text-align-to-left/#post-14628787)
 * Hi [@nirb](https://wordpress.org/support/users/nirb/)
 * What exactly you need to align left? Do you need to apply it to mobile view also?
 *  Thread Starter [nirb](https://wordpress.org/support/users/nirb/)
 * (@nirb)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/text-align-to-left/#post-14629722)
 * Hi
    I need to align left all product section, only on mobile
 *  Thread Starter [nirb](https://wordpress.org/support/users/nirb/)
 * (@nirb)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/text-align-to-left/#post-14634561)
 * Hi
    can you help me please with align text to left in mobile instead of center
   text?
 *  Plugin Author [templateinvaders](https://wordpress.org/support/users/templateinvaders/)
 * (@templateinvaders)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/text-align-to-left/#post-14634807)
 * Hi [@nirb](https://wordpress.org/support/users/nirb/)
 * You can use the next custom CSS rules:
 *     ```
       @media only screen and (max-width: 768px) {
           table.tinvwl-table-manage-list *, .tinv-wishlist .social-buttons {
               text-align:left!important;
           }
           .tinv-wishlist .tinvwl-table-manage-list .product-cb, .tinv-wishlist .tinvwl-table-manage-list .product-remove {
               width:50%!important;
               float:left;
           }
           .tinv-wishlist .product-remove button {
               margin-right:10px;
           }
           .tinv-wishlist .tinvwl-table-manage-list .product-thumbnail {
               clear:both;
           }
           .tinv-wishlist .product-stock p {
               margin-left:0;
           }
       }
       ```
   

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

The topic ‘text align to left’ is closed to new replies.

 * ![](https://ps.w.org/ti-woocommerce-wishlist/assets/icon-256x256.gif?rev=2469447)
 * [TI WooCommerce Wishlist](https://wordpress.org/plugins/ti-woocommerce-wishlist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ti-woocommerce-wishlist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/)
 * [Active Topics](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [templateinvaders](https://wordpress.org/support/users/templateinvaders/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/text-align-to-left/#post-14634807)
 * Status: resolved