• Resolved Simon

    (@spa180)


    Hi Antoine

    Do you know why my User page has started listing the predictions vertically? It displays the prediction like this…

    Home Team
    Away Team
    Home Score
    Away Score

    It was working fine until a few weeks back. The Pool page still shows correctly, like this…

    Home Team | Away Team
    Home Score | Away Score

    Thanks in advance for any suggestions – I know it’s a very busy time for you with the app with EURO2020 coming.

    Simon

    The page I need help with: [log in to see the link]

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

    (@antoineh)

    hi Simon,

    it’s something in the styling. Not sure if it is caused by changes I did (I don’t remember changing anything recently) or something in your theme.

    Quick solution can be to lower the width of the individual blocks within the match card container:

    .matchinfo.new-layout .flag, .matchinfo.new-layout .home, .matchinfo.new-layout .away, .matchinfo.new-layout .score {
        width: 46%;
    }

    If this messes up the Pool page, then maybe it has to be a bit more specific*

    .matchinfo.new-layout:not(.input) .flag, .matchinfo.new-layout:not(.input) .home, .matchinfo.new-layout:not(.input) .away, .matchinfo.new-layout:not(.input) .score {
        width: 46%;
    }

    * Not sure if this works. I’m not a CSS expert and didn’t test it.

    Thread Starter Simon

    (@spa180)

    Your initial solution has worked Antoine – thank you so much for your time and efforts.
    I’ve sent you a donation towards the app as a sign of my gratitude.
    Simon

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