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

    Hello,

    I have not changed anything but it looks like the text under the “Post comment” button of my blog is messed up in the mobile view.

    http://imgur.com/a/vkH0U

    Is it possible to align the text in the left or do something to change the text readable.

    Best Regards,

    #701742

    Hey pimroll,

    Kindly add this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #commentform label {
        position: static;
      }
    }

    if it doesn’t work try this one instead

    @media only screen and (max-width:767px) {
      #commentform label {
        position: static !important;
      }
    }

    Please let us know if it works. :)

    Best regards,
    Nikko

    #701752

    Hello Nikko,

    It worked, thanks for the quick reply!

    Best Regards,

    #701930

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘The lower commenting section in mobile is messed up’ is closed to new replies.