Notifications
Clear all

Make comment area sticky or fixed

2 Posts
2 Users
0 Likes
588 Views
(@bret-nazworth)
Member Customer
Joined: 4 years ago
Posts: 4
Topic starter  

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. 


   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

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.    


   
ReplyQuote
Share:
Scroll to top