Hi,
I am developing a MVC Web application and using the Perfectum theme. when i minimize the window the row fields are overlapping on one another. Can you guys advise me how to fix this issue. appreciate your help. Please see my code below. below code has 3
rows.
<div class="row-fluid sortable ui-sortable">
<div class="box span12">
<div class="box-header">
<h2><i class="icon-th"></i><span class="break"></span>Add Invoices </h2>
</div>
<div class="box-content">
<form id="Invoiceform" class="form-horizontal">
<fieldset>
<div class="row show-grid">
<div class="span3">
<div class="control ...
Go to the complete details ...