Hi, I have many popup forms with differents width, it looks ok in a browser but it looks thin in a cell phone.
Ive manage to change the width of browses using CSS and media
But I cant do it with a popup form, cant locate the place where to add a class to manage the width.
The actual div is:
<div tabindex="-1" role="dialog" class="ui-dialog ui-corner-all ui-widget ui-widget-content ui-front ui-draggable ui-resizable myclass??" aria-describedby="popup_updateplan_div" aria-labelledby="ui-id-14" style="position: absolute; height: auto; width: 52%; top: 15px; left: 486.78px; z-index: 101;">
as you can see the width is in the style and not in a class, how to add myclass to manage the width?
Thanks