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.
Is it possible to align the text in the left or do something to change the text readable.
Best Regards,
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
Hello Nikko,
It worked, thanks for the quick reply!
Best Regards,