Resize Quick Reply Editor
3 posters
Page 1 of 1
Resize Quick Reply Editor
Hello @Ange i'm sure this will be a easy one.
Lokking to make my quick reply editor full length of the page.
Here is a Image of how it looks now.
Thank you in advance!
Lokking to make my quick reply editor full length of the page.
Here is a Image of how it looks now.
Thank you in advance!
Re: Resize Quick Reply Editor
Hello, here is the CSS:
So long,
JS
- Code:
#textarea_content {
margin-left: 0 !important;
width: 100% !important;
}
So long,
JS
Re: Resize Quick Reply Editor
Add #quick_reply as the parent if you want it to only affect the quick reply box.
- Code:
#quick_reply #textarea_content {
margin-left: 0 !important;
width: 100% !important;
}
Similar topics
» smilies code for quick reply in reply
» Quick reply and reply some functions not working
» When onclick button of "Post Reply" scroll down to the quick reply
» Quick Reply and Reply alignment issues
» Quick Reply and Reply Not Showing Correctly
» Quick reply and reply some functions not working
» When onclick button of "Post Reply" scroll down to the quick reply
» Quick Reply and Reply alignment issues
» Quick Reply and Reply Not Showing Correctly
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum