• OK, I finally got this new website up using this theme (thanks, by the way!)…

    I notice one strange thing with it now though…the entire site works fine in Opera (traditional Opera, not ChromeOpera), Firefox, and IE…and I think it all works fine in Chrome – except for one page.

    http://www.davidmelbye.com/index.php/discography/

    For some reason, the images on the left side of that page render as dinky little icons – this doesn’t happen on any other page, and it only happens in Chrome. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,
    Looks like your using a table, which I really recommend against for things like this. And it’s the reason for the inconsistency… I recommend you use the columns that are in the theme. By clicking the columns shortcode button you can set up columns for your site.

    If you really want to use a table then i would add this css in the theme options > advanced settings:

    .page-id-29 .main td {
        min-width: 180px;
    }

    Kadence Themes

    Thread Starter Wootie

    (@wootie)

    Well, the reason I wanted to use a table was because I need a neat row that shows the disk image on the left and description on the right…I’m not sure how I could keep it all together like that using the columns (which I did use on other pages)…?

    You can use the theme columns for that, not sure why it wouldn’t work…

    Another option is page builder: https://wordpress.org/plugins/siteorigin-panels/

    But if your happy with the table then I would roll with it and add the css above.

    Ben

    Thread Starter Wootie

    (@wootie)

    You can use the theme columns for that, not sure why it wouldn’t work…

    I might look at that Page Builder…the issue would be the concept of “rows” where the CD cover images in a left-hand column would be sure to line up with descriptions in a right-handcolumn…maybe that will do the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Strange…images don't render right on one page…’ is closed to new replies.