Archived topic
Table of content on side bar overlapping with footer
11 replies · Started by surendra1506 on March 28, 2022
Hi team,
I had a widget on the sidebar having the table of content with the fixed widget.
My TOC bottom is overlapping with the footer section of my site.
Please help me to get rid of it.
My site is classmate4u.
Thanks in advance
Hi Surendra,
I checked 1 post, but I don't see the overlapping issue:
https://www.screencast.com/t/XXTI5etxKQY
Is there a specific page I should be looking at to see the issue?
Let me know :)
Hi Ying, Nice to see you again
This problem is coming in long articles that have several headings.
Please refer to this https://www.classmate4u.com/link-pan-with-aadhaar/
You can see at the bottom it is overlapping with the footer.
Thanks
I don't think there's a way to get this sorted with the plugin's sticky option enabled.
Can you disable the sticky option then we can try using CSS to make it sticky?
Ok, I am going to disable it from being sticky by the plugin.
I had disabled the sticky option from the plugin.
Try this CSS:
aside#ezw_tco-2 {
position: sticky;
top: 80px;
}
.inside-right-sidebar {
height: 100%;
}
Feel free to adjust 80px for different sticky position :)
Dear Ying, thank you so much. The problem is resolved.
I am Speechless at how fast I got the solution.
Thanks again
You guys are the best.
Thanks
You are welcome :)
It's my pleasure!
Hi team,
Recently I deactivated the easy table of the content plugin and then activated again. But now it is no more sticky to the sidebar as it was earlier using the CSS you provided.
Please help me to achieve again a sticky easy table of content on my sidebar.
Thanks
Edit this selector:
aside#ezw_tco-2
to this:
aside#ezw_tco-3