AI Assistant
Notifications
Clear all

Make comment area sticky or fixed

2 Posts
2 Users
0 Reactions
1,482 Views
(@bret-nazworth)
Member Customer
Joined: 6 years ago
Posts: 4
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#5770]

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: 8 years ago
Posts: 6645
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

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