Skip to content

How to make a workspace container bigger in CSS?

    #workspace_container {
        height: 1000px;
		width: 83%;
		min-width: 1060px;
    }

    #workspace {
        padding: 10px;
        /*height: 590px; */ /* (height of activity_area) - (2*padding) - (height of controls) */
        height: 1000px;
    }

See also  CSS code snippet - How to clear floats?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.