how can make some space between columns in configuration widgets

  • etiennekh
    Asked on April 20, 2016 at 6:31 PM
  • liyam
    Replied on April 20, 2016 at 9:31 PM

    Hello,

    As I noticed you have 3 columns for each of your widget, you can add this CSS code on the Custom CSS of the widget:

    th + th, td + td {
         padding-left: 10px;
         padding-right: 10px;
    }

    Feel free to adjust the padding's thickness.  Then click the Update Widget button.  

    Do this in every configurable list widget that you have.

    how can make some space between columns in configuration widgets Image 1 Screenshot 20

    Also, please don't forget to save your form.

    If you have questions, please do let us know.

    Thanks.