Notifications
Clear all

I would like a margin padding on the left side your excellent comment box. what is the custom css for that? thx!

3 Posts
3 Users
0 Reactions
2,599 Views
(@herojig)
New Member
Joined: 10 years ago
Posts: 2
Topic starter  

I would like a margin padding on the left side your excellent comment box. what is the custom css for that? thx!



   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4233
 

Hi,
You can use this CSS Code:

#wpcomm {
	 margin-left: 50px;
	 }


   
ReplyQuote
(@Jigs Gaton)
New Member
Joined: 10 years ago
Posts: 4
 

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;
}



   
ReplyQuote
Share:
Scroll to top