Notifications
Clear all
How-To and Troubleshooting
3
Posts
3
Users
0
Reactions
2,599
Views
Topic starter
01/08/2015 4:47 am
I would like a margin padding on the left side your excellent comment box. what is the custom css for that? thx!
01/08/2015 4:58 am
Hi,
You can use this CSS Code:
#wpcomm { margin-left: 50px; }
01/08/2015 10:05 am
Thx so much! This did the trick and moved the entire WpDiscuz block:
#wpcomm {
margin-left: 200px;
}
#wc-comment-header {
margin-left: 200px;
}
#wc_show_hide_loggedin_username {
margin-left: 200px;
}