Hello, I searched all the threads and found some help but I still can’t get rid of the second row color.
I would also like to tighten up the padding if possible.
This helped in quick CSS:
`td { border-style: none; }
tr:first-child td { border-top-style: none; }
tr td:first-child { border-left-style: none; }
.alternate_color tr:nth-child(odd) { background: #111111; }
I have included a link in private content
Thanks so much!
Hey tgoodro!
I checked your link but I didn’t see any tables anywhere. Can you take a screenshot and highlight what your trying to do?
Best regards,
Elliott
Hi Elliott,
I figured out the first question but I still need to change the padding in the table. I am using a table inside of tabs but I need to tighten up the padding so that the table fits nice in the tab. I am using the tubular data setting on the table. I have included a link to the page in the private section
Hey!
You could drag a codeblock element to the page and add this in.
<style type = "text/css">
td { padding: 0px !important; }
</style>
I think it would be easier to just align the images to the left or use columns though.
Best regards,
Elliott
That didn’t work. The table I have in the tab is using the default padding and I need to tighten that up. What can I do to change that?
Hey!
I think that should be working. Add it back in and let us know when your done so we can take another look.
Best regards,
Elliott
YES! Thank you so much Elliott! It is working now!