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

    (@tobiasbg)

    Hi,

    to better answer these questions, please post the link to the page with your table. I can then try to make direct suggestions for CSS code that can achieve this.

    Thanks,
    Tobias

    Thread Starter Wojciech Dziedzic

    (@wojciech-dziedzic)

    Hey, habe gerade gesehen, dass wir auch Deutsch reden können 🙂

    Ich möchte die Liste nach rechts verschieben und Google Map in die Tabelle einbauen, so, dass das Bild neben den Kontaktdaten steht. Das Problem ist, dass sich die Liste dann nach Links verschiebt wenn Google Maps in der Tabelle ist, weil das Bild die Spalte breiter macht…….

    http://www.twago.de/blog/presse/pressekontakt/

    Gruß
    Wojciech

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, we could discuss this in German, but as these are the English-language forums, I’d rather continue this in English, so that others can benefit as well, if that is ok?!

    As it seems, you are using a table for layout purposes on this page. This is something that I would discourage you from doing, as it is no longer regarded as state-of-the-art in web design. Tables should only be used to present tabular data, but not for layout purposes. The main reason is the semantic meaning of a table (for example for users with screen readers), but also the way how WP-Table Reloaded treats HTML code (e.g. that of your list) in the table. Due to this treatment, positioning/aligning stuff for layout purposes is rather hard.

    So, instead of using a table, I recommend that you switch to a more modern approach, by using <div> containers around the three elements (Contact details, the map, and the list). These are much easier to style/position and control via CSS code.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to align an unsorted list in a single WP-Table column’ is closed to new replies.