Notifications
Clear all
How-To and Troubleshooting
5
Posts
2
Users
0
Reactions
3,950
Views
Topic starter
25/02/2019 5:47 am
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 6 years ago by cloudduster
25/02/2019 12:07 pm
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.
25/02/2019 2:48 pm
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;
}
Topic starter
25/02/2019 3:26 pm
it worked! thanks!