• Resolved georgeliebau

    (@georgeliebau)


    I am trying to create a simple table with an image on the left and text on the right. However, the output is not lining up the tables. I have searched the forums and other instances seem to have been related to Horizontal Scrolling option and WP-tablereloaded plugins, but I do not have either of these. I have tryed looking at the css style code but not quite sure what I need to edit or add. Any help would be appreciated. Here is the page and the table is at the bottom:

    http://www.gobrightwing.com/?page_id=16235

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi georgeliebau!

    Is this a custom theme you are building? A plugin? Do keep in mind that if you are looking for CSS help this may not be the best forum but there are several other CSS dedicated forums that are more capable of that.

    Now, for the alignment issue: It could be because you are using tables in order to get a desired layout. Tables can generally lead to more headaches when it comes to site design and layouts. A really good explanation can be found:
    https://www.hotdesign.com/seybold/everything.html

    A quick example that removes the tables and uses different markup:
    https://cloudup.com/cbabRE_C0dn

    Best part about that is that you can add styling by using CSS much easier. You can use IDs, classes, selectors that will help you out in not only that section but others as well. This will reduce your workload and CSS lines – possibly.

    Hope that helps!

    Thread Starter georgeliebau

    (@georgeliebau)

    Helps alot! Thank you, Jose! I really appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘tables misaligned’ is closed to new replies.