-
AuthorPosts
-
April 7, 2017 at 12:12 pm #773887
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.
April 7, 2017 at 12:26 pm #773905Hey 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,
YigitApril 7, 2017 at 12:51 pm #773917Thanks 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/
April 7, 2017 at 12:54 pm #773920Hi,
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,
YigitApril 7, 2017 at 1:09 pm #773934Thanks. It working. One more help. How to decrease Left and right side margin of posts in mobile view.
April 7, 2017 at 1:14 pm #773939Hi!
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!
YigitApril 7, 2017 at 1:22 pm #773947Thanks. That’s what i want. Thanks for the support
April 7, 2017 at 1:30 pm #773953Hey!
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 -
AuthorPosts
- The topic ‘Comment Section problem after removing Avatars’ is closed to new replies.
