The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
can I make the comm...
 
Share:
Notifications
Clear all

[Solved] can I make the comments section wider , i.e. to 100%?

5 Posts
2 Users
1 Likes
622 Views
Posts: 10
Topic starter
(@intellicoach)
Active Member
Joined: 3 years ago

Hi, Is there a way to format the comment element in my posts, so that they take up the same space horizontally like other elements? Can I make it 100%?

Screenshot: The entire comments section should be as wide as the 100% wide elements above.

Thank you! Maik

20210711 wider

 

4 Replies
Asti
Posts: 7119
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Could you please leave some example URL? We'll provide some CSS solution for you. 

Posts: 10
Topic starter
(@intellicoach)
Active Member
Joined: 3 years ago

Thanks for the fast response! 

Here are two examples: https://www.intellicoach.com/courses/ilap02/module-1/ilap-explorer-lesson-1-0/

https://www.intellicoach.com/ep62/

In both cases, I would love the have the comments element take up 100% of its encompassing div element.

I am using Divi builder, btw. I don't know how to code CSS, but I can figure out to add it in! Thanks a lot! Maik

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7119

@intellicoach,

Use this CSS code:

.et_pb_module.et_pb_code.et_pb_code_1_tb_body {
    padding: 0 !important;
}
#wpdcom {
    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.

 

Posts: 10
Topic starter
(@intellicoach)
Active Member
Joined: 3 years ago

Worked perfectly! Thank you for the awesome support!

20210712 worked
Share: