• Pixels240

    (@pixels240)


    I tried to enter the CSS code .wp-table-reloaded-id-5 .column4 {
    width: 150px;
    }
    and I got nowhere the columns would widen. I don’t know what to do anyone have any ideas?

Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter Pixels240

    (@pixels240)

    Thanks that helps a lot! One more question can I write anything beneath the table as I already have chosen to write a descrtion above it I need to write my disclosure under it. Thanks Tobias!

    TobiasBg

    (@tobiasbg)

    Hi,

    oh, sorry, I missed that question.

    Yes, you can of course write text under the table. Just put it under the Shortcode.

    Regards,
    Tobias

    My current problem is the opposite. The columns are too narrow and truncate the data. https://www.MARKDEX.com/transparency is the location. How do you distribute columns or rows evenly or assign specific widths to specific columns? Will this be the answer?

    .wp-table-reloaded-id-5 .column-3 {
    width: 400px;
    }

    Hi,

    thanks for your question.

    Yes, the code you posted is correct. However, it might not work out of the box, e.g. when your theme is restricting the overall widths of the table.

    Unfortunately, I could not check this, as your link only gives a “Not found” messages. You probably have not published that page/post.

    Regards,
    Tobias

    Please excuse me, Tobias, for giving you a bad link, here is the correct one https://markdex.com/results-2

    Hi,

    thanks for the new link. As I had thought, your theme only has a very small content area for the main content, including the table.

    You will need to increase this. Is there maybe something like a “Full Width” option or page template in your theme?

    Regards,
    Tobias

    If you scroll down you will see a second version in a full width bottom widget area.

    Hi,

    as far that I can see, that second version is still restricted in its width, as it is part of the #container <div>, which has a maximum width of 568px, which it gets from your theme.

    Regards,
    Tobias

    Thank you so much for the guidance, Tobias, as it is now the full width by hiding the sidebar on that page.

    Hi,

    yes, that is exactly what I meant ?? Great that your theme allowed this!

    Best wishes,
    Tobias

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Problems with column width with using wp-reloaded’ is closed to new replies.