Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1049930

    On mobile devices the comments look really strangled in Enfold, two-three words per line. Is there a way to loosen the padding around the comments? To be at the same width like the text in the article?

    #1050218

    Hey saecularia2018,

    Where can we see the problem in question?

    Best regards,
    Rikard

    #1050837

    For instance here: https://historice.ro/femeile-si-negustoria-in-evul-mediu-romanesc/.
    The comments section width should be the same as the width of the article.

    #1051191

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .comment_content {
        margin: 0;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.