Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The width of textarea is bigger than its parent div wrapper #1

Open
JerryDing2014 opened this issue Jul 18, 2015 · 1 comment
Open

Comments

@JerryDing2014
Copy link

screenshot from 2015-07-19 02 14 01

As the pic shows, the width of textarea is too big
how to fix it? and how to make it to be not resizeable?

@dandyxu
Copy link

dandyxu commented May 11, 2017

Hi, Jerry

Well, I know it's such an old issue but recently I also met the similar one and I already got help from Brajesh. I just noticed this issue hasn't been replied yet so I just share the solution from Brajesh. Maybe you already solved it long time ago but just in case if somebody else have such issue again and check this repository.

Solution: Insert codes below to your theme or child theme's style.css file

.bpdev-popover textarea { max-width: 100%; }

Please note, 'textarea' here is the selector of textfield. If you do some customization work (like me) to change textfield to dropdown options, you need to replace this selector to your new selector.

Last but not least, please make sure you clear the browser cache and it should be ok.

Thanks a million again for Brajesh and BuddyDev.com to create such useful BuddyPress plugin and keep providing helps and maintenance for all plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants