Archived topic
Table of contents going outside of container
4 replies · Started by Kevin Wabiszewski on January 5, 2019
Hey, sorry for two questions in one day but do you have any idea why the table of contents plus content might be going outside of the wrapper?
Thanks again for your help
Hi there,
Looks like this CSS is causing the trouble:
div#toc_container {
width: 100%;
}
Not quite sure where it was added though as you are running a caching plugin.
Hope this helps :)
I think that is actually generated by the plugin since I do want it to span the full width. Shouldn't that be ok? It looks like it is going outside of the container (more than 100%).
I also disabled the caching plugin if you want to take a look.
Looks like it isn't taking into account of the 10px padding added.
Have you checked with the plugin author on this?
You can fix it with CSS patch but they might have a better solution.