Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #773905

    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

    #773917

    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/

    #773920

    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

    #773934

    Thanks. It working. One more help. How to decrease Left and right side margin of posts in mobile view.

    #773939

    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

    #773947

    Thanks. That’s what i want. Thanks for the support

    #773953

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Comment Section problem after removing Avatars’ is closed to new replies.