Tablepress table not able to center in the homepage
-
Dear Sir,
I made a website using wordpress. I used the twenty seventeen theme. I added a tablepress table in the homepage at [ redundant link removed ] – I tried to center the tablepress table with id 10 and am unable to do it.
I added many CSS styles in the additonal CSS pages but nothing is working to center the Tablepress table in the Homepagebody{
margin: 0 auto;
align: center;
text-align: center;
background: white;
}.tablepress-id-10 {
width: auto;
margin: 0 auto 1em;
}.site {
background-color: white;
align: center;
text-align: center;
margin-right: auto;
margin-left: auto;
}.site-content {
align: center;
margin-right: auto;
margin-left: auto;
}.content-area {
align: center;
margin-right: auto;
margin-left: auto;
}.site-branding,
.site-logo,
.site-header {
background-color: #fff;
align: center;
margin-right: 0;
margin-left: 0;
}I tried center table using <center>….</center> tag but not working too.
Tried to align the header, meus, site content, body, content area to center but that’s also not working.Please help me ASAP. thank you so much.
JyothiThe page I need help with: [log in to see the link]
- The topic ‘Tablepress table not able to center in the homepage’ is closed to new replies.