Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #977891

    The comment form is not responsive – at least not on my installation :-)
    Fields and labels are not piling/stacking up but still are placed in one row when on small screens.

    Wordpress “comment cookie consent checkbox” and Enfold “comment form privatepolicy” are layering over each other and there is not enough space between comment form and submit button.

    I already hid the WordPress “comment cookie consent checkbox” but still its not looking good.

    Can you please advise what i have done wrong?

    Thank you
    and have nice day

    #978057

    Hey pagemod,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #978332

    Hallo Victoria,
    i added code at quick css, cleared cache and tested again – its the same problem.
    After that i added code at child theme css, cleared cache and tested again – its the same problem.
    Looks like code does not affect comment form at all?
    Thank you
    mod

    #978520

    Hallo Victoria,
    i figured out how to solve this, you can close this topic.
    Thank you
    mod

    #978709

    Hi,

    Great! Glad that you figured it out. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Comment Form @ Mobile Not Responsive’ is closed to new replies.