Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #301253
    Denkbeeldig
    Participant

    Hi,

    On this page of my website I would like to edit the width of the first column of every table to 70% (and thus the second column to 30%). Can I do this with custom CSS? The things I tried so far don’t seem to work.

    Thank you!

    #301260
    Skandha
    Participant

    @denkbeeldig: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-block-table tr th:first-child {
    width: 70%;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #301264
    Denkbeeldig
    Participant

    It works! Nice! Thank you so much for your quick and accurate response, Skandha.

    #301285
    Skandha
    Participant

    @denkbeeldig: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/chique/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have  a good day! 🙂

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Different column widths in same table’ is closed to new replies.