X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   General questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=66)
-   -   Table Height (https://forum.x-cart.com/showthread.php?t=76574)

SheMarcelo 10-04-2018 07:19 PM

Table Height
 
2 Attachment(s)
I have installed the module "Froala WYSIWYG editor integration"

i have a problem in editing the height of the column.I have modify it but it from code view but it doesn't work.


Attached here is the sample of my code and view of the table.

qualiteam 10-05-2018 03:44 AM

Re: Table Height
 
I would suggest try using CSS rules instead of plain HTML.

amarquis 10-08-2018 02:54 AM

Re: Table Height
 
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.

SheMarcelo 10-10-2018 11:07 PM

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;
}

amarquis 10-11-2018 12:14 AM

Re: Table Height
 
Well... that's impossible to say as we don't know/see the rest of your code. Try removing these table/th/td max-height properties, maybe.


All times are GMT -8. The time now is 11:44 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.