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/
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.
it works, unfortunately it spilled over. any ideas?
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;
}
it worked! thanks!