Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1004172

    Here is my table – http://www.broncolor.us/cpo/

    I’d like the Model column to be wider than the others, so the text doesn’t wrap or wraps limitedly. How do I make this happen?

    #1004583

    Hey mbarell,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Table width*/
    
    .avia-data-table .avia-heading-row .avia-desc-col:nth-child(2) {
        width: 300px!important;
    }
    
    
    

    Result:

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.