Problematic Shortcode
-
Hello Tobias,
I seek help with a shortcode I am using to play audio files. It seems to have issues when trying to align the column centrally & vertically.
At the moment I am using the following CSS which works for all but the 4th column:
.tablepress-id-1 .column-1,
.tablepress-id-1 .column-2,
.tablepress-id-1 .column-4,
.tablepress-id-1 .column-5 {
text-align: center;
}.tablepress-id-1 .column-1,
.tablepress-id-1 .column-2,
.tablepress-id-1 .column-3,
.tablepress-id-1 .column-4,
.tablepress-id-1 .column-5 {
vertical-align: middle;
}The plugin for the audio “play” button I use is Podcast Player Pro:
https://vedathemes.com/blog/help/podcast-player-pro/Would this be a problem related to the plugin, or could something be done to fix it?
Regards,
VladThe page I need help with: [log in to see the link]
- The topic ‘Problematic Shortcode’ is closed to new replies.