dimanche 3 juillet 2016

remove extra space present between texts

we have more space here b/w Check COD Availability & qty text

you can search the texts using CTRL + F

i want to reduce those space

.block-check-delivery .button {
/*  float: right;   */
position:relative;
left:10px;
  }
.block-check-delivery .block-content > br:first-child {
  display: none;
}

.block-check-delivery .block-content > br:last-child {
  display: none;
}


.block-title {
  float:left;
  position: relative; 
  padding: 10px 0 0; 
  margin-bottom: 5px;
  border-top: none;
  display: inline-block; 

  }   
  .std ul { 
  list-style: disc outside; 
  /* margin-bottom: 1.5em; */ 
  }
.product-view .product-shop .short-description { margin-bottom: 5px; clear: both; }
.block, .col-left-first  { margin-bottom:10px; }
.block-check-delivery .block-content {padding:0 10px;  }
.block-check-delivery input{width: 107px;}

please help me to find solution. Thanks in advance

Aucun commentaire:

Enregistrer un commentaire