Background color and Centering Urgent.
-
You have an incredible tool here Tobias. However, I searched the FAQ and support and all the fixes I seem to implement in my simple custom css plugin don’t seem to show up via the tables. URL: aenytestweb.com
Table 1 is the logos and table 2 is the images against the white.
1. I need table one to be centered on the page. I implemented this code:
.tablepress-id-1 {
width: auto;
margin: 0 auto 1em;
I need it to sit in between the table 2 images.2. I need to change the background color of table 2 I’d also like there to be less spacing between cells. Here is the code for the color I have implemented:
.tablepress-id-2 td { background-color: #E3DBB6; }I have a deadline to meet for this build so if I could get some help soon that would be great!
Thank you.
- The topic ‘Background color and Centering Urgent.’ is closed to new replies.