User interface is having CSS display Issues
-
Hello Support,
I am using version 2.99.11
It was downloaded from wordpress.org
The website is on PHP 7.1
WordPress is 5.2.4
=======================
1) – User interface is having CSS Issues
https://mywebsite.com/wp-admin/admin.php?page=zbs-add-edit&action=view&zbsid=1
Please see this screenshot at…
https://www.dropbox.com/s/63749t7v5aqv1rb/css_interface_display_issue_102519.jpg?dl=0
========================
The CSS for this section’s width is currently …
.ui.grid > .row > [class*="thirteen wide"].column, .ui.grid > .column.row > [class*="thirteen wide"].column, .ui.grid > [class*="thirteen wide"].column, .ui.column.grid > [class*="thirteen wide"].column { <strong>width: 100.25% ;</strong> }It should be …
.ui.grid > .row > [class*="thirteen wide"].column, .ui.grid > .column.row > [class*="thirteen wide"].column, .ui.grid > [class*="thirteen wide"].column, .ui.column.grid > [class*="thirteen wide"].column { <strong>width: 500px !important;</strong> }=======================
NOTE: This occurs even after I de-activate all my other plugins .
The topic ‘User interface is having CSS display Issues’ is closed to new replies.