• Resolved ajparkes007

    (@ajparkes007)


    I have tried everything from the FAQ to increase the width of the entire table but nothing will work.

    Any ideas on how I can spread this table across the entire page?

    Thanks in advance for your help!

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The table currently takes up 100% of the available content area. This is defined by your theme. You would therefore have to check if your theme offers a “Full width” (or similar) “page template”. This would be available for selection on that page’s “Edit” screen.

    If that is not available, you would have to modify the theme CSS.

    A quick and dirty solution might be to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .page-id-44 .page-content-wrap,
    .page-id-44 .container {
        margin: 0;
        width: 100%;
    }

    Regards,
    Tobias

    Thread Starter ajparkes007

    (@ajparkes007)

    Hi Tobias – that worked. Thanks so much.

    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!

    Hello Tobias,
    Being WP enthusiasist and knowning not much, I have small trouble. Already I have asked in another thread similar type question but not the same.
    I will explain my exact problem.
    I am developing one Contact us page. Similar to this one.
    Earlier I tried to design using SiteOrigin’s pagebuilder but encoutners some issues related Shortcodes were not supported as well as such current problem was there. I mean page was not looking centered with all table content(needs to be centered horizantally as well as vertially in each cell too). As per your another thread support, I have used image centering code but not that much helpful. For your ref, I have attached my page code here below, as I am on localhost so not able to show my page code from here.

    [snipped large block of code – please use Pastebin or Gist for things like that]

    • This reply was modified 7 years, 6 months ago by stephencottontail.
    • This reply was modified 7 years, 6 months ago by stephencottontail. Reason: snipped large block of code
    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    the page’s HTML code is not really helpful here, as I can’t directly see the cause for this here.
    I can only suggest that we look at this when your page is on a live server.

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t adjust column widths’ is closed to new replies.