Thread: Table Height
View Single Post
  #4  
Old 10-10-2018, 11:07 PM
 
SheMarcelo SheMarcelo is offline
 

Newbie
  
Join Date: Jan 2018
Posts: 7
 

Post Re: Table Height

Quote:
Originally Posted by amarquis
I would suggest you check what CSS overrides inline HTML code on your site. I just tried it on my environment and it works. So probably you have a CSS file with some "!important" rules that prevent this to work.

i have custom css here is my code.

.simple-search-box input{
width: 270px;

}
.header.bar.search
{
float: left;
}

.simple-search-box {
border:2px black solid;
width:450px;

}
.simple-search-box button {
width: 300px;
margin-left: 100px;
}

.product-details-tabs li.product-sku { display: none }

.header-right-bar .lc-minicart:before
{
display: inline-block;
content: url(https://png.icons8.com/ios-glyphs/21/000000/shopping-cart.png);
}

.description table
{
max-height: 10px;
width: 70px;
}

.description th
{
max-height: 10px;
width: 70px;
}

.description td
{
max-height: 10px;
width: 70px;
}


.carousel-inner
{
width: 1420px;
height: 500px;
}
__________________
X-Cart 5.3.4
Reply With Quote