Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1215114
    chrislolds
    Participant

    I’m creating some tables in xtheme and I’d like the tables to be different sizes but it forces my left column to be much smaller width then my right column.

    I don’t want them the same size but I don’t want text wrapping on my left column in the table and I don’t want everything looking bunched together.

    Is there a way to specify minimum cell width on the table?

    #1215116
    chrislolds
    Participant
    This reply has been marked as private.
    #1215338
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    body.page-id-1290 table td {
    	min-width: 250px;
    }

    Feel free to adjust the minimum width value.

    Hope it helps, Cheers!

    #1216647
    chrislolds
    Participant

    That works perfectly thank you! On a side note, the large gap at the bottom of that page, what and where is it coming from? I’m sure it’s a mistake I made somewhere but I’ve looked through everything and can’t figure it out?

    #1217043
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! The empty space at the bottom of the page is coming from the height of your table. Please remove the height of your table or at least add 100% as the height.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1215114 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>