please refer to the link
http://www.enkonn-lighting.com/product/480w-son-ges-replacements-120w-led-corn-light/
the table almost the same width with the page.
and its heigth is big too.
this takes too much space on page.
how can i adjust it to the one below (in operation video tabs)
http://www.iwiss.com/feature-products/pppetsteel-strapping-tools/
anybody can help please?
Hey!
Are you just trying to reduce the table padding to make it smaller? If so then try adding this to your custom CSS.
td { padding: 2px 10px !important; }
Best regards,
Elliott
hi please refer to my page which is added the style, but it seems no change
http://www.enkonn-lighting.com/product/tuv-led-corn-lighting-manufacturer-30w-daylight/
Hey!
Try adding this code to the Quick CSS:
.tab_inner_content table {
width: 60%;
}
Change as needed.
Cheers!
Josue
I do not know add to where?
Hey!
Go to Enfold (Theme Options) > General Styling > Quick CSS (at the bottom).
Regards,
Josue
hi, josue,
thanks for your help, it seem works.
but i need no cell spacing and no cell padding.
I add to quick css accoring to your colleague
td { padding: 0px 0px !important; }
but only the height changed, and i need the width changed too.
http://www.enkonn-lighting.com/
actually i need the table to be display like this way
http://www.enkonn.com/wp-content/uploads/2014/11/1.jpg
but you see now it is like the following
http://www.enkonn.com/wp-content/uploads/2014/11/2.png
there are too much space form width and height
pleae help me
Ok, try adding the following:
table {
width: auto !important;
}
Best regards,
Josue
thanks josue, great job
You are welcome, glad to help :)
Regards,
Josue