Notifications
Clear all

[Solved] How to make wpdiscuz full width

5 Posts
2 Users
0 Likes
3,244 Views
(@cloudduster)
Active Member
Joined: 5 years ago
Posts: 5
Topic starter  

Hi I recently switched to Twenty Nineteen theme but for some reasons I can't make the form full width.

Can anyone please help me? Here's the url

https://www.webbline.com/fora/animal-bites-mga-bagay-na-dapat-mong-malaman-at-gawin/

This topic was modified 5 years ago by cloudduster

   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5872
 

Hi @cloudduster,

This depends on your curent active theme.

This CSS code should make it full-width. You should add it in Dashboard > Comments > Settings > Styles > "Custom CSS code" textarea. 

div#comments {
width: 100% !important;
margin: 0 !important;
max-width: 100%;
}

Please don't forget to delete all caches before using. 


   
(@cloudduster)
Active Member
Joined: 5 years ago
Posts: 5
Topic starter  

it works, unfortunately it spilled over. any ideas?

screenshot www.webbline.com 2019.02.25 17 09 22

   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5872
 

Hi @cloudduster,

Ah yes, I see, please remove the code I've provided before and put this one it should work fine. 

div#comments {
width: auto !important;
max-width: 100% !important;
}

   
(@cloudduster)
Active Member
Joined: 5 years ago
Posts: 5
Topic starter  

it worked! thanks!


   
Share:
Scroll to top