• Resolved klicks4you

    (@klicks4you)


    Hi,

    with the 3-column display of the events, the layout is destroyed on an iPhone X and on an iPad.
    The “time from” will then be displayed outside the block.

    The problem can also be tested in the following simulator.
    IOS 12.4 iPhone 8
    https://www.lambdatest.com/

    How can I fix the problem?

    Thanks for your help

    Wolfgang

    • This topic was modified 4 years, 4 months ago by klicks4you.

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

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

    (@spiffyplugins)

    Hi Wolfgang,

    Your theme is adding a bullet to list items, this is breaking the layout.

    Adding this CSS rule should help:

    .spiffy-list-Columns ul li {
    list-style-type: none !important;
    }

    Thread Starter klicks4you

    (@klicks4you)

    Hi,

    oh, crap.
    Thank you so much for the quick solution.

    Regards

    Wolfgang

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘destroyed layout at IOS’ is closed to new replies.