- This topic has 7 replies, 2 voices, and was last updated 9 years ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember Profile Extended Addon – User Profile Summary List not centered
Hello,
When I display the list in my page, the header of the table does not extend to cover the width of the listing table and causes an offset that makes the table not centered.
I want the table centered on the page and the header is but the data is not.
Any help is appreciated.
Thank you!
Gary
Hi, You will be able to center the data using CSS. Please share the URL of the page in question so I can inspect it and tell you what CSS to apply.
I’ve reduced the amount of data shown but still doesn’t work quite right. I don’t feel it should matter how much data I present.
I have unlocked the page at [http://www.brickscascade.com/convention/convention-attendees/]
Thank you for your assistance.
Gary
I think you will be able to center the data by using “text-align” CSS property on that table.
Grab this plguin
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following custom CSS in there:
.wp-list-table{
text-align: center;
}
I added the custom CSS and it didn’t change anything.
Any other ideas?
Thank you!
Use the following to it forces that style.
.wp-list-table {
text-align: center !important;
}
No joy.
Did you add this via the WP Custom CSS plugin? When I check your site’s HTML source, I don’t see any trace of that plugin.