• Resolved eamonncoyne

    (@eamonncoyne)


    Hi,

    Why are different artists tour dates being outputted with different table column widths when using [gigpress_shows] shortcode? e.g. https://eamonncoyne.com/gigs

    The result is that the columns don’t match up. I haven’t noticed this before.

    Hope you can help.

    éamonn

    • This topic was modified 8 years, 4 months ago by eamonncoyne.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey éamonn,

    Thanks for using GigPress, I’m happy to help.:)

    This sounds like it may be a theme or plugin conflict. I recommend going through the steps here to test for a conflict.

    Let me know what you find out & we’ll go from there!

    Best,
    Shelby ??

    Thread Starter eamonncoyne

    (@eamonncoyne)

    Hi,
    Thanks for the reply.
    I tried a “Live Preview” of the site/page using the 2016 WP theme and discovered that the problem looked to be the theme I am using.
    Could you offer any advice on fixing this (suggested CSS changes etc.) as I would like to continue using your plugin if possible.
    éamonn

    Hey there!

    You can try adding something like this to your theme’s style.css file to make all the table cells a consistent width:

    .gigpress-row td {
      width: 25%;
    }

    Cheers!
    Geoff

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘different artists given different column widths’ is closed to new replies.