hello. I purchased the plugin add-ons. Has there been any conflict? The styles of the Classic layouts have diverged greatly. Maybe there is something we can do about it, Maybe a create new layout?? https://junktownpath.pl/test-wpis-1/
Notifications
Clear all
Mar 15, 2025 3:57 pm
1 Reply
Mar 15, 2025 6:32 pm
Hi @micud ,
Please use this CSS code to fix the user information section in the comment. Put this CSS code either in wpDiscuz > Settings > Styles & Colors > Custom CSS Code textarea or in any CSS code injector place. Do not forget to delete all caches, purge CSS optimizations and test on an incognito browser tab:
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header, #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top, #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom { flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; } #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top { flex-wrap: nowrap; align-items: flex-end; }