• Resolved James

    (@petteri111)


    Hello Mr. Tobias

    How i can move this table next to my category ?
    I read the documentation but this code didnt effect for some reason

    .tablepress-id-1 {
    width: auto;
    margin: 0 auto 1em;
    }

    toys store

    I would also like rows to appear similar than first row to highlight each product. There will be lots of tables, so does it effect for my SEO, if there is same code for each table ? 🙂

    http://wordpress.org/extend/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question.

    I’ll gladly try to help, but unfortunately, your site seems to be in maintenance mode right now, so that I can’t see the table 🙁

    Regards,
    Tobias

    Thread Starter James

    (@petteri111)

    hups.. sorry ! 😀

    Now it is turned off

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great 🙂 Now I can see the table.

    However, I don’t really understand what you are trying to achieve here…
    Where do you want to move the table?
    Also, it might be a good idea to uncheck the “Table Head” and “Table Footer” checkboxes, as these don’t really make sense in a table full of images.

    Regards,
    Tobias

    Thread Starter James

    (@petteri111)

    page is 960px width, so i would like table to appear inside this 960px. but i will try this..

    .tablepress-id-1 {
    width: 500px;
    margin: 0 0 1em;
    }

    Is this right way to modificate my first table ?
    because nothing happened i will try to use this code at my appereances->editor section.

    I turned maintence back on.
    This is mostly my theme issue so we can close this thread 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    it’s not that simple, unfortunately. You can not simply reduce the width of the table, as the there’s a minimum width that is defined by the content in the tables. If the content (in your case the images) require more width, then the table will simply expand (even beyond the available 960px).
    You’ll therefore have to adjust the width of the images, e.g. with something like

    .tablepress-id-1 img {
      width: 150px;
    }

    Regards,
    Tobias

    Thread Starter James

    (@petteri111)

    Oh ok thanks !

    You reply fast! superior author!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, no problem, you are very welcome! 🙂

    Best wishes,
    Tobias

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Positioning table’ is closed to new replies.