[ad_1]
Plugin Author
Steven
(@shazahm1hotmailcom)
In a custom CSS file on your site, you have CSS that is overriding the default layout for the org and dept fields, causing them to be on the same line:
- ../wp-content/themes/yoo_master_wp4/css/custom.css
Add the following to your custom CSS to restore the default layout:
#cn-list span.organization-unit,
#cn-list span.organization-name {
display: block;
}I hope this helps! Please let me know.
