Is there a way to make the width of the whole form 118 pixels so that the whole form fits on the side of a website?
Appnitro Software Forums » MachForm
Width of the whole form 130 pixels
(2 posts)-
Posted 3 years ago #
-
Adjust this CSS:
#main_body { background:#fffff; font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size:small; margin:8px 0 16px; text-align:center; }add width: 118px; value there.
However, 118px seems very small, you might need to adjust other stuff (padding, margin, font size, etc)
Posted 3 years ago #
Reply
You must log in to post.