The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Search
Close
AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Comments Will Not G...
 
Notifications
Clear all

Comments Will Not Go Fullwidth

2 Posts
2 Users
0 Reactions
1,596 Views
(@polepedia)
Posts: 6
Active Member
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
 
[#1363]
plugin

Hi there,

 

My website HerbSpeak.com has been having an issue with full-size comment boxes since the Wpdiscuz 7 update came out.

I am using WpDiscuz version 7.0.7. The only other plugin I have that affects the comments area is WP User Avatar, version 2.2.8

I am using a child theme of Divi Extra on WordPress 5.5.3

Under Settings > Styles and Colors > Custom CSS code, I have the following code inserted which has doubled the size. This is from the first time I reached out regarding this issue when the 7 update first came out. Doubling the size was good enough for me at the time, but I'm in a space where I'd like to fully resolve the issue now.

I have played with the margins in both percent and px and it renders the code inert (but my coding experience is very limited.)

.comments-area {
width: 100% !important;
}

 
Posted : 25/11/2020 11:00 pm
Asti
 Asti
(@asti)
Posts: 8257
Illustrious Member Support
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 @polepedia,

Use the CSS code below: 

div#wpdcom {
width: 100% !important;
max-width: 100%;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.


In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.

 
Posted : 26/11/2020 11:22 am