- This topic has 2 replies, 2 voices, and was last updated 13 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Modify table column width
Tagged: column width, registration, table
For my registration page, I would like the column width in the table to fit to the text.
See my registration page here:
http://www.pianokingdom.com/myaccount/register/
I went to the eMember_style.css file and modified the wp_emember_regoForm table to:
‘#wp_emember_regoForm table td, #wp_emember_regoForm table th{
text-align:left;
width:auto;
padding: 0em;
border: 1px solid red;
}’
I thought that the width:auto setting would take care of this but it hasn’t. Is there some global setting that is keeping the columns a certain width?
Thanks!
It could be coming from the theme’s CSS so check the td and th attribute of your theme too.
Perfect, my theme’s CSS file had the table width parameter set to 100%, I changed it to auto and this fixed the issue! Thanks for your help!
Can you point me to the CSS code for the [wp_eMember_edit_profile] Table and the [free_rego_with_email_confirmation] table? I can’t seem to find it anywhere. Thanks so much!