Title: column width
Last modified: May 12, 2020

---

# column width

 *  Resolved [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/)
 * Ciao Tobias.
    scusami. che codice devo scrivere per regolare la larghezza delle
   colonne ?
 * Altra cosa, nel link che ho indicato ho inserito una tabella con una colonna 
   di date.
    Non funziona il tasto dell’ordinamento….non capisco perchè.
 * Grazie
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcolumn-width-54%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

1 [2](https://wordpress.org/support/topic/column-width-54/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/column-width-54/page/2/?output_format=md)

 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12821093)
 * perdonami, ho risolto per la larghezza.
    Resta il problema dell’ordinamento della
   colonna con le date
 * grazie mille
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12821723)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * It looks like you are using the European date format `dd/mm/yyyy`. For that, 
   you might have to install and activate the TablePress Extension from [https://tablepress.org/extensions/datatables-sorting-plugins/](https://tablepress.org/extensions/datatables-sorting-plugins/)
 * Regards,
    Tobias
 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12826788)
 * Grazie mille Tobias.
    Troppo gentile. un’altra informazione. se nella ultima 
   colonna voglio un colore del testo o dello sfondo diverso a seconda del contenuto,
   come posso fare ? example: “ORO” colore testo: yellow “ARGENTO” colore testo 
   blu e sfondo verde…etc…
 * grazie
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12826937)
 * Hi,
 * for that, you can use [https://wordpress.org/support/topic/cell-color-based-on-content/](https://wordpress.org/support/topic/cell-color-based-on-content/)
 * Regards,
    Tobias
 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12827569)
 * Ciao Tobias
    La pagina con l’estensione highlighting non è disponibile 🙁
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12827737)
 * Hi,
 * ah, sorry. Please try this download link: [https://tablepress.org/download/extension/tablepress-cell-highlighting.zip](https://tablepress.org/download/extension/tablepress-cell-highlighting.zip)
   
   For details and an example, please see the PHP file source code, which has one
   in the comment at the top.
 * Regards,
    Tobias
 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12827948)
 * mille grazie.
    sto leggendo i vecchi post ed ho capito un pò di cose.
 * vorrei sapere dove però devo inserire la nuova classe del tipo
 * < span class = “highlight-Oro” > Oro < / span >…etc…
 * grazie
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12827990)
 * Hi,
 * this would go into your table, where you have the words that you want to highlight.
   
   So, in the table cell, you put
 *     ```
       <span class="highlight-oro">Oro</span>
       ```
   
 * and in the “Custom CSS”, you put
 *     ```
       .tablepress .highlight-oro {
         color: #FFFF00;
       }
       ```
   
 * (This would be the manual method. With the Extension, you don’t need the first
   part, it will be done automatically.)
 * Regards,
    Tobias
 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12828267)
 * tobias scusa,
    ma devo pur inserire la classe <span class=”highlight-oro”>Oro
   </span>…..
 * se metto solo il codice css non funziona …:(
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/column-width-54/#post-12830020)
 * Hi,
 * please try again with the CSS
 *     ```
       .tablepress-id-1 .highlight-oro {
       	background-color: #77ff00;
       }
       ```
   
 * The spelling/capitalization in the CSS must be the same as in the `<span>` HTML.
 * Regards,
    Tobias
 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/column-width-54/#post-12841860)
 * scusa Tobias, non ho ancora risolto il problema.
    colpa mia. ho studiato gli 
   altri post e ho inserito il seguente shortcode:
 * [table id= 1 highlight = “Oro” highlight_full_cell_match = “false” datatables_columnfilterwidgets
   = true datatables_columnfilterwidgets_exclude_columns = 1,2,3,4,5,6 /]
 * inoltre nel css ho inserito:
 * .tablepress-id-1 .highlight-oro {
    background-color: #77ff00; }
 * cosa sbaglio ??
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/column-width-54/#post-12841883)
 * Hi,
 * please try with this extended CSS code:
 *     ```
       .tablepress-id-1 .highlight-oro {
         background-color: #77ff00 !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/column-width-54/#post-12841903)
 * Thank You !!!!1
    adesso è perfetto !!!!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/column-width-54/#post-12841938)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   here in the plugin directory. Thanks!
 *  Thread Starter [up99up99](https://wordpress.org/support/users/up99up99/)
 * (@up99up99)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/column-width-54/#post-12841982)
 * tobias…ultima cosa.
    se nella stessa colonna devo colorare lo sfondo di verde
   se è presente la parola “Oro” e di rosso se è presente la parola “Argento”, mi
   basta duplicare il codice highlight ?
 * perdonami, nel caso precedente ho visto che non funziona l’esclusione delle colonne
   1,2,3,4,5,6….
    scusami ancora

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

1 [2](https://wordpress.org/support/topic/column-width-54/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/column-width-54/page/2/?output_format=md)

The topic ‘column width’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 23 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/column-width-54/page/2/#post-12848613)
 * Status: resolved