• Resolved annasue

    (@annasue)


    I “think” I have tried all the custom code suggested in these forums but cannot get my table columns like I want them. Please see https://oldcookstove.com/wp/find-us/ What I would like is for both columns to be equal width. I tried setting the columns to 50% but it didn’t make any difference.

    Can you help?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Your code contains some small errors that prevent it from working. Please try this:

    .tablepress-id-2 .column-1,
    .tablepress-id-2 .column-2 {
        text-align: center;
        font-weight: bold;
        color: #ff0000;
        width: 50%;
    }

    Regards,
    Tobias

    Thread Starter annasue

    (@annasue)

    Thank you. That worked beautifully!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Width of column with Embedded Google map’ is closed to new replies.