Hello,
I am using Newspaper theme v6.5 on my website. I am facing trouble while creating a post.
See this URL – https://www.naukrinama.com/upsc-jobs-2016-for-joint-director-and-various-posts/
The table content is getting overlapped with the left side bar.
Please let me know how can this be resolved.
Well, a table wider than the space it’s in will break out of it.
I thought it would be more responsive by adding a table class to the main table. I seem to recall adding the table class of “table” — but I think that was the original bootstrap based version of theme; not sure with new grid what the right class for responsive table is. TagDiv support will have to answer that!
You might also want to make font size smaller in the table cells with custom CSS, which might be good place to start. And/or set the table width to 100% with a table class.
Try some custom CSS until TagDiv back on Monday.
Hello Chris,
Thanks for your revert !
I have made the table width to 100%, but that din’t solved the issue. I tried make the width of the table to be fixed, but it also din’t solve the purpose.
Let’s see what solution tagdiv support has to offer for this issue.
Hello,
Please check your table again as you have a fixed width set to every TD tag (128px) Set these to 20% each so you will obtain a 100% width in your 5 column layout. Or maybe if you have borders and padding, you could set them to 19%. Try out a few table properties and wherever you see a fixed width in the code, change it to %
Thank you!
Hello Bogdan,
I have changed the width of the table to 100% and also for each column i have changed the width to 20% each. But still i am facing the same trouble.
Hello,
I have checked the table again and there seems to be no fixed width but for some reason it is not responding to any css styling. I do not know how it is implemented but you may have to recreate it or use another method of implementation. Please check the code in the back-end to see if there are any open tags. That usualy cause the sidebar displaying wrong. Please try to insert your table in another post…an empty one. simply add the table itself and a sidebar to see if it behaves the same. If it does, then you will need to change your implementation method. You can easily create a table with html by following this link: http://www.quackit.com/html/html_table_generator.cfm
Thank you!