MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

36038 put(a) pogledan, 4 odgovor(a) 31.1.2013. 15:18:35Kreirao(la) super
super

super

31.1.2013. 15:18:41
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:
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
kpeulic

kpeulic

31.1.2013. 16:00:57
We have an issue with this functionality. This will be fixed by middle of next week. 
Ovaj sadržaj još nije ocijenjen. 
1849 Reputacija 181 Ukupno objava
super

super

31.1.2013. 17:25:59
thank you... I would appreciate if you could just keep me posted on this topic when this bug is fixed.
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
ivanb

ivanb

1.2.2013. 9:08:58
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
Ocjena 5,00, 1 glas(ova). 
459 Reputacija 55 Ukupno objava