Title: css classes proporty support for &quot;additional_classes&quot;?
Last modified: August 31, 2016

---

# css classes proporty support for "additional_classes"?

 *  Resolved [Hansjörg Jäckel](https://wordpress.org/support/users/hansjoergjaeckel/)
 * (@hansjoergjaeckel)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/test-153/)
 * Hi Supportteam,
 * beside to using sortcodes, your plugin supports also css classes & proporties,
   a very interesting & good concept!!!
 * What is the syntax for the property “additional_classes” if using css classes
   specification?
    <div class=”same-height” same-height-group=”1″ …>
 * Thanks very much for your assistance & notice.
 * [https://wordpress.org/plugins/same-height/](https://wordpress.org/plugins/same-height/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [damiarita](https://wordpress.org/support/users/damiarita/)
 * (@damiarita)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/test-153/#post-7430405)
 * Hi Hansjörg,
 * Sorry about the delay in my reply. I assumed I would have an email notification
   if someone wrote in my plugin’s support forum. So, I wasn’t checking regularly.
 * I am not sure I understand your question. I think you are asking me how “additional_classes”
   in the shortcode translates to the html code.
 * The answer to that is: It simply appends it to the class property. So, If you
   have
 *     ```
       [sameheight additional_classes="my-class1 my-classA"]
         Some content here
       [/sameheight]
       ```
   
 * you will get the following HTML:
 *     ```
       <div class="same-height my-class1 my-classA">
         Some content here
       </div>
       ```
   
 * I hope I addressed your question. Otherwise, please aks again!

Viewing 1 replies (of 1 total)

The topic ‘css classes proporty support for "additional_classes"?’ is closed to 
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/same-height.svg)
 * [Same Height](https://wordpress.org/plugins/same-height/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/same-height/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/same-height/)
 * [Active Topics](https://wordpress.org/support/plugin/same-height/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/same-height/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/same-height/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [damiarita](https://wordpress.org/support/users/damiarita/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/test-153/#post-7430405)
 * Status: resolved