hidden input breaks the css style -


hello i've got style

.portfolio-filters input[type=checkbox]:checked{background:#cb2127} 

and code

<ul class="portfolio-filters list-unstyled">      <li>          <div class="form-group">              <input id="custom-software" type="checkbox" name="" value="" checked="">               <label for="custom-software">custom software</label>          </div>     </li> 

the problem inside div form-group if add hidden input fields, breaks css.

do have idea how can fix problem?

how hide input? should use display:none if don't want maintain position


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -