Title: Attributes Allignment
Last modified: November 18, 2016

---

# Attributes Allignment

 *  Resolved [warmax356](https://wordpress.org/support/users/warmax356/)
 * (@warmax356)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/attributes-allignment/)
 * Good afternoon
 * i am trying to get the attributes to display in a need 2 colum text grid like:
 *     ```
       size:     11 UK
       hieght:   12 cm
       ```
   
    -  This topic was modified 9 years, 6 months ago by [warmax356](https://wordpress.org/support/users/warmax356/).

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

 *  Plugin Author [isabel104](https://wordpress.org/support/users/isabel104/)
 * (@isabel104)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/attributes-allignment/#post-8578335)
 * You could try adding this CSS style:
 * `.custom-attributes .attribute-value { float:right }`
 * Ever since WordPress 4.7, you can now add custom CSS styles right in the Customizer.
   You can do this in your WordPress dashboard –> Appearance –> Customize. Then,
   click on “Additional CSS.” Inside the Customizer, navigate to one of your product
   pages so that you can test this CSS and preview how it will appear.
 *  Thread Starter [warmax356](https://wordpress.org/support/users/warmax356/)
 * (@warmax356)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/attributes-allignment/#post-8593935)
 * Sadly that puts it to the far right of the screen, would it be possible to have
   it with similar spacing to the above? also the first attribute loads center screened
 * please see screenshot.
 * ![Image example](https://i0.wp.com/agiuswatches.com/wp-content/uploads/2016/12/
   Capture.png)
 *  Thread Starter [warmax356](https://wordpress.org/support/users/warmax356/)
 * (@warmax356)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/attributes-allignment/#post-8593969)
 * okay so by using the following
 * `.custom-attributes .attribute-value { float:right; display:block; width:200px}`
 * i got the following result: ⌊screenshot⌉
 * but strap/band material still loads centered.
 *  Thread Starter [warmax356](https://wordpress.org/support/users/warmax356/)
 * (@warmax356)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/attributes-allignment/#post-8594014)
 * so i got close, but i used
 *     ```
       .custom-attributes {float:left;font-weight:bold }
       .custom-attributes .attribute-value { float:right; display:block; width:200px; font-weight:normal }
       ```
   
 * how ever this brought the left aligned attribute titles to line up under the “
   straps/band” instead of moving it above the others to the left.

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

The topic ‘Attributes Allignment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-show-attributes_d1b9b7.
   svg)
 * [WooCommerce Show Attributes](https://wordpress.org/plugins/woocommerce-show-attributes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-show-attributes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-show-attributes/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-show-attributes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-show-attributes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-show-attributes/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [warmax356](https://wordpress.org/support/users/warmax356/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/attributes-allignment/#post-8594014)
 * Status: resolved