• Resolved strophe18

    (@strophe18)


    Hello,

    I am currently using the Football Pool plugin. Unfortunately, when I go to the predictions page, the match kick-off times do not appear on mobile phones.

    Is there a specific setting that needs to be enabled, or do the plugin files need to be modified in order to display the match times on mobile devices?

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AntoineH

    (@antoineh)

    Then I guess you are using the classic table layout. There is not a lot of space to show the time on mobile, therefore it is hidden by default. If you want to show it, you’ll have to overwrite the stylesheet. You can do so by adding the following:

    /* Show match time in classic layout on mobile */
    table.matchinfo td.time {
    display: table-cell !important;
    }

    Either via Appearance > Additional CSS, a plugin that allows you to add CSS, or by adding a child theme. I would not recommend to change anything in the plugin files, as this will be overwritten on every update.

    You may also need to change something in the padding or font sizes if it doesn’t fit or looks funny. ChatGPT can help you if you need some guidance in setting up the correct CSS.

    Thread Starter strophe18

    (@strophe18)

    Perfect !!!

    thank you very much.

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

You must be logged in to reply to this topic.