• Resolved gafriedman

    (@gafriedman)


    Using 1.3 of Table press. Here is the page link: http://199.66.168.237/?wpsc-product=residential_broadband_services
    I want the table of the three rectangle images to all to the right of the slider and under the top text, rather than under the slider. What is preventing that is the width of the table is 100% of the page, inspite of the fact that I have tried your kbase width and padding CSS statements for all three columns, and see zero effect. Lastly, I want the caption centered and your posted CSS code for that has no effect either. Can you assist please? GAF

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    https://wordpress.org/plugins/tablepress/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, your site does not load properly for me, for some reason. Most assets, like CSS files can’t be loaded, so that the site looks totally broken 🙁 As it seems, those are being loaded from a different (internal) IP address?
    Therefore, I can’t directly investigate this issue, but at least give some guidance for now:

    Have you tried reducing the width and let it float on the right? This could help:

    .tablepress-id-1 {
      width: 50%;
      float: right;
    }

    Regards,
    Tobias

    Thread Starter gafriedman

    (@gafriedman)

    I think I just fixed it so you can see what you need to see at AireBeam WP Site.
    I just inserted your
    .tablepress-id-1 {
    width: 50%;
    float: right;
    }

    and it had no effect on the table but allowed text content that is supposed to be below the table to move above it and fill in the space where I want the table to be.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks I can now see the page fine, but I don’t see a TablePress table anywhere…
    Can you maybe explain again what you are trying to do here?

    Regards,
    Tobias

    Thread Starter gafriedman

    (@gafriedman)

    Sorry, When I didn’t hear back from you, I took it out and was experimenting with other options. I have put [table id=1 /] back into the page and now you can see how it simply expands to the full width of the page rather than tucking itself into the space to the right of the Slider and at the top below the Header image. I will await your guidance..

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks. You could try reducing the width with this “Custom CSS”:

    .entry-content .tablepress-id-1 {
        width: 65%;
    }

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table Width’ is closed to new replies.