Hi, I need to make the bar where you comment to be sticky or fixed and have the comments scroll.
Is there a way to do with in settings or is there css to do it?
So, to be clear, I have my comments section on a scroll. What I need is for the place you enter comments to be fixed.
Hi @bret-nazworth,
I may suggest you try the following CSS code:
div#wcThreadWrapper {
height: 250px;
overflow: auto;
}
The red marked code can be changed as you like.
The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Comments > Settings > Styling Tab.
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.