Posted: June 27, 2014 at 3:45 pm
|
Hello! I am having a problem with tables showing up correctly inside my theme. I think it is a theme problem, but I am not sure how to fix it, could you please take a look? Thank you! WordPress Version: |
Hi, Can you describe to us is not right about your tables so we can comment on it specifically |
|
Hi, this looks okay from my end and the ticket selector works: http://cl.ly/image/1o361O0y1H37 What should we be looking for? — |
|
|
Hello! Sorry about that, I switched to a new theme to see if it will work. Please try again to see the problem: http://garmoshka.com/tanglefest/ |
That also appears and works as expected: http://cl.ly/image/3z1X3K2e0B0R Event Espresso comes with basic styling and is then influenced by the theme in use. Are you wanting to add some spacing? — |
|
|
Yes, you see how it looks way better with the other theme? It would be great if I could space it out. Also, if you follow through with the registration, you will see that the top menu that lists the registration steps looks weird – the grey colors are off. Thanks! |
Alright your theme has some CSS in place to reduce spacing in tables. Try this: #tkt-slctr-tbl-80{width:100%} http://cl.ly/image/3B1j0y2w411t You can add it to your child theme’s stylesheet or a plugin like My Custom CSS or Reaktiv CSS Builder. — |
|
|
That solved it, thank you! Do you know, also, what i could do to change the text from this light gray that doesn’t show up? Or get rid of that menu all together? Thanks! https://drive.google.com/file/d/0B3hvoOU6ZpGUZGt0MzZfUmtWV3c/edit?usp=sharing |
I overlooked that question. Sorry about that. You can inspect any element on a page using a tool like Firebug or Chrome Developer Tools (included with Google Chrome). Here is the CSS in use: #single-page-checkout .inactive-step .spco-step-big-nmbr { color:#e8e8e8; } Change the color above to something darker such as #e3e3e3 and then add to your child theme’s stylesheet or a plugin like My Custom CSS. — |
|
|
Thank you! |
The support post ‘Tables don't show up correctly’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.