Notifications
Clear all

CSS ? There is a problem in all layout (1,2,3)

2 Posts
2 Users
0 Reactions
10 Views
Posts: 1
Topic starter
(@micud)
New Member
Joined: 1 day ago

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/

1 Reply
Posts: 4221
 Tom
Admin
(@tomson)
Famed Member
Joined: 10 years ago

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;
}
Reply
Share:
Scroll to top