Title: Text Spacing
Last modified: August 20, 2016

---

# Text Spacing

 *  Resolved [bamboocreative](https://wordpress.org/support/users/bamboocreative/)
 * (@bamboocreative)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/text-spacing-4/)
 * Hi
 * I have recently installed Camptix Plugin, which is great by the way. But I am
   having problems trying to space out the sections on the intial page. Ideally 
   i would like more a gap between Description, Price, Remaining and Quantity. (
   see [http://bamboocreativelab.co.uk/ticket-test-5/](http://bamboocreativelab.co.uk/ticket-test-5/))
   could you direct me on how best i can achieve this?
 * Thanks in advance
 * Regards
 * Nick
 * [http://wordpress.org/extend/plugins/camptix/](http://wordpress.org/extend/plugins/camptix/)

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

 *  Plugin Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/text-spacing-4/#post-3549631)
 * Hi there, sure! It looks like your theme doesn’t support any styling for tables,
   so you’ll have to manually style your tables through CSS. You can style the columns
   individually by targeting classes like .tix-column-price and so on. You can use
   Firebug or Chrome’s developer tools to find out the classes for the other columns.
 * Hope that helps!
 *  Thread Starter [bamboocreative](https://wordpress.org/support/users/bamboocreative/)
 * (@bamboocreative)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/text-spacing-4/#post-3549643)
 * Hi Konstantin
 * Thanks so much for your quick response. Is it easy for me to manually style tables.
   I’m not familiar with this level of modification?
 * I am trying to use <td class=”tix-column-quantity” style=”text-align: center;
   padding-left: 50px;”> but cant seem to get it to work. But its possible that 
   I am not even close with this code?
 * Thanks
 * Nick
 *  Plugin Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/text-spacing-4/#post-3549650)
 * You don’t have to overwrite the plugin code, but instead, use your theme’s style.
   css file (or create a child theme) to do that separately from the plugin.
 *  [troypoint](https://wordpress.org/support/users/troypoint/)
 * (@troypoint)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/text-spacing-4/#post-3549933)
 * Here is what I pasted into my css sheet. I simply adjusted the width of how wide
   I wanted the table. [](http://www.iowagolfsummit.com/register)
 * .tix_tickets_table {
    background-color: #ebe9ea; width: 920px; }
 * .tix-column-remaining {
    text-align: center; }
 * .tix-column-price {
    text-align: center; }
 * .tix-column-quantity {
    text-align: center; }

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

The topic ‘Text Spacing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/camptix_aea99d.svg)
 * [CampTix Event Ticketing](https://wordpress.org/plugins/camptix/)
 * [Support Threads](https://wordpress.org/support/plugin/camptix/)
 * [Active Topics](https://wordpress.org/support/plugin/camptix/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/camptix/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/camptix/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [troypoint](https://wordpress.org/support/users/troypoint/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/text-spacing-4/#post-3549933)
 * Status: resolved