• Resolved Boris Colombier

    (@boriscolombier)


    Hi,

    I guess it’s an update from the 2.8.9 version but setting the css display property to ‘table’ on every ‘row’ class totally broke one of my customers website.
    And assets are loaded on every pages.

    Anyway, thank you for this plugin

    Best,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I am really sorry to hear that. I think I figured out what might the issue for you. On
    wpuf/assets/css/frontend-forms.css we have added this code to make our payment page responsive which might have conflicted with the theme of your client.

    @media (min-width: 480px) {
      .row {
        width: 100%;
        display: table;
        table-layout: auto;
      }
      .col {
        width: 50%;
        display: table-cell;
      }
    }
    

    I will update this soon so that it doesn’t break any sites.

    And assets should only be loaded if you have any form or widget loaded on that page let me know if it’s happening otherwise.

    Thanks

    Thread Starter Boris Colombier

    (@boriscolombier)

    Thanks for you quick reply ??
    I am now in charge of this website but I didn’t create it initially.
    The ‘Load scripts/styles in all pages’ option was on :/, my mistake, I didn’t check the settings.

    The problem was the slider on the frontpage loosing its width property. The website creator placed it into a div with a ‘row’ class, not specific enough neither.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“display: table” on ‘row’ class, not specific enough’ is closed to new replies.