I disabled Avatars From Comments. Now blank space showing in left side of comments. I want to to remove that space.
this is my page http://7b0.f2c.myftpupload.com/modal-page/
And Comment box is very small in mobile view.
Hey pmwarman,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.comment_content {
margin: 0;
}
Best regards,
Yigit
Thanks it working. I have another problem in mobile view. Comment box and comment contents in mobile is small. There is space in right side of comment. I want to take full width. http://7b0.f2c.myftpupload.com/modal-page/
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.sidebar_right .comment_container {
padding-right: 0;
}}
Best regards,
Yigit
Thanks. It working. One more help. How to decrease Left and right side margin of posts in mobile view.
Hi!
That would be only possible by adjusting container width on mobile
@media only screen and (max-width: 480px) {
.responsive #top #wrap_all .container {
width: 95% !important;
max-width: 95% !important;
}}
Cheers!
Yigit
Thanks. That’s what i want. Thanks for the support
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit