CSS issue with tables

This topic contains 6 replies, has 2 voices, and was last updated by  Paul 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #526617

    Paul
    Lifetime Member
    Post count: 139

    Hi,
    I’m trying to fix an issue with the design of the tables on a specific page. The table is compressing the columns so the words are cut off. Can you help figure it out?

    #526619

    Paul
    Lifetime Member
    Post count: 139
    This reply has been marked as private.
    #526620

    Paul
    Lifetime Member
    Post count: 139
    This reply has been marked as private.
    #526664

    Alex Rollin
    Moderator
    Post count: 27815

    Is that a GD page?

    #526781

    Paul
    Lifetime Member
    Post count: 139

    No, but I think the theme sets the table options and we’re using Starter.

    #526787

    Alex Rollin
    Moderator
    Post count: 27815

    These are the two rules in the theme applied to a column

    
    
    
    th {
        font-weight: bold;
        text-align: left;
    }
    td, th {
        padding: 0;
    }
    

    Most of the other styles are supplied by job manager.

    Have you tried using full width?
    Wrapping text?

    #526792

    Paul
    Lifetime Member
    Post count: 139

    OK, thanks for that code. I haven’t tried wrapping text, but will reach out to WP Job Manager and see if they can help. Do you happen to have code to wrap text? I’m not very css savvy.

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket