• Resolved Brand Your Light

    (@swingsprite)


    I’ve tried 2 columns, 3, and 4… in all cases, in Safari, the last grid position in hte first row is empty. (Interestingly, it looks fine in Chrome)
    What’s going on?

    Also, is there an easy way to force all wrappers to be the same height?

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @swingsprite ,

    Currently, I am checking the issue in my development environment as per your instruction (In Safari Browser) and I will get back to you with an update soon. Till then stay with us.

    Regards,
    Benjir

    Hello, @swingsprite
    Hope you are doing well.

    I have checked and understood the issue you are having with the layout of the Blog Post widget. Look like there is some issue with the display: table; property on Safari version 13.1 and prior versions and for that reason, the layout is not showing properly. However, this issue can be solved by applying a CSS code. Please copy the CSS code from below and paste it to Appearance > Customize > Additional CSS field.

    .ekit-wid-con .post-items::before {
        display: none !important;
    }

    I hope it will solve the issue. Let me know the update after applying the CSS or if you need further assistance in this matter. I will be happy to assist you.

    Best Regards,
    Prosenjit

    Thread Starter Brand Your Light

    (@swingsprite)

    Thanks, that worked perfectly. How strange, usually Safari renders very cleanly.
    Hopefully you folks will add that code to the plugin going forward ??

    Hello, @swingsprite
    Glad to hear that the problem is solved now!??

    If this plugin and our support team look good to you, maybe you can help us by giving a 5 star on www.ads-software.com?

    https://www.ads-software.com/support/plugin/elementskit-lite/reviews/

    ?We’re working so hard to make this plugin more and more useful to our valuable users like you and a 5 star will really help us to grow on the market ??

    Best Regards,
    Prosenjit

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog Post – leaves last a spot empty in Safari’ is closed to new replies.