NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: hectorp on February 20, 2024, 09:28:26 AM

Title: Responsive design dropdown list
Post by: hectorp on February 20, 2024, 09:28:26 AM
I have a couple of drop down list that do not fit nicely in the responsive screen of my app.

Is there a way (either css or html) to make the drop down fit in the screen by span text to a second line?
Title: Re: Responsive design dropdown list
Post by: Stu on February 20, 2024, 03:54:07 PM
Hi Hector,

First thing I'd be doing is right-click on the dropdown and "Inspect" / "Inspect Element", ....

This should open the browser dev tools.

From there you should be able to start experimenting with css in-line (without having to update actual code at this point), to see what works.
Title: Re: Responsive design dropdown list
Post by: Bruce on February 20, 2024, 11:51:09 PM
Hi Hector,

you may need to post an example of what you are seeing in order to get accurate advice.

Cheers
Bruce