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

37971 put(a) pogledan, 4 odgovor(a), 31.1.2013. 15:18:35 - Kreirao(la) super
31.1.2013. 15:18:41
6018 Reputacija 709 Ukupno objava

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
31.1.2013. 16:00:57
1849 Reputacija 181 Ukupno objava

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

2
31.1.2013. 17:25:59
6018 Reputacija 709 Ukupno objava

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

3
1.2.2013. 9:08:58
459 Reputacija 55 Ukupno objava

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
Ovo je MonoX demo site. Posjetite Mono Software za više detalja.