Mono Support Bug Report: comments section not displayin correctly on mobile phones (Closed)

Viewed 34888 time(s), 4 post(s), 1/31/2013 3:18:35 PM - by super
1/31/2013 3:18:41 PM
6018 Reputation 709 Total posts

When mobile theme is disabled...if I try to view the blog of my website on mobile phones, the comment section is not displaying correctly on any mobile device.

I think it is a design bug.

Please see the screenshot attached:

1
1/31/2013 4:00:57 PM
1849 Reputation 181 Total posts

We have an issue with this functionality. This will be fixed by middle of next week. 

2
1/31/2013 5:25:59 PM
6018 Reputation 709 Total posts

thank you... I would appreciate if you could just keep me posted on this topic when this bug is fixed.

3
2/1/2013 9:08:58 AM
459 Reputation 55 Total posts

Super,
this is what you need to do:

1. From BlogComments.aspx remove class half  from DD elements.

2. Remove from Layout.css:

.blog .comment-title,
.blog .comment-form
{
    margin-left: 80px;
}
3.    Remove from Default.css:

.blog .comment-form
{
margin-left: 120px;
}
 
.blog .comment-title
{
margin-left: 120px;
}
That will spread form from left to right, and behave responsive (my choice).

Although, if you wan't to keep indent, you can fix classes .blog .comment-form and .blog .comment-title in every media query in Layout.css, and adjust margin-left property according to devices.

It will be added to the next version.

Regards,
Ivan

4
This is a demo site for MonoX. Please visit Mono Software for more info.