• Resolved mrc1

    (@mrc1)


    In the remote_dask_styles.css file there is a Text align center that is messing up pop up forms on WPBakery Page Builder.

    Commenting out the text-align:center; seems to have no effect, on the chat layout so, this is what I have done., I just wanted to let you know its causing problems.

    .wplc_remote_dash_below_contianer {
    border-radius: 4px;
    overflow: hidden;
    /*box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
    background:#fff;*/
    margin-top:10px;
    margin-right: 20px;
    padding: 10px;
    text-align:center;
    }

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

    (@wordpress3cx)

    Hello, thanks for your feedback.
    So basicly you removed “text-align: center” for that class and this fixed popup forms for WPBakery?
    We’ll do some checks, I think we can remove this permanently to avoid issues if it doesn’t affect other areas, otherwise you have to change CSS manually at every update.

    Plugin Author wordpress3cx

    (@wordpress3cx)

    Hello, new version 8.1.2 contains some rework on css and should now not interfere with other plugins. Can you check if it’s ok in your environment?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘text-align center is messing up WPBakery pop up admin forms’ is closed to new replies.