Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m wondering what you want to do. If not below the image, then where? Above it, or to the right/left?

    Suggest you add an ID to the table. Where you have <table>, edit that and change it to <table id=”airQuality-table”>
    Then add to your style.css file:

    table#airQuality-table{ width: 500px;}

    That will put the table to the right of the image.

    Giving the table and id will allow you to custom control many aspects of it. Suggest you Google table css and see what you can learn.

    Suggest when customizing a theme, that you create a child theme and make your edits there ??

    Thread Starter greendallas

    (@greendallas)

    Thanks a million. You wouldn’t believe how long I’ve been trying to mess with the CSS and the plugins. You’re awesome.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘issue with tables’ is closed to new replies.