text-align center is messing up WPBakery pop up admin forms
-
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)
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.