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 (Closed) (Mono Support )

Viewed 34930 time(s), 4 post(s) 31.01.2013 15:18:35by super
super

super

31.01.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:
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

31.01.2013 16:00:57
We have an issue with this functionality. This will be fixed by middle of next week. 
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
super

super

31.01.2013 17:25:59
thank you... I would appreciate if you could just keep me posted on this topic when this bug is fixed.
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
ivanb

ivanb

01.02.2013 09: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
Bewertet mit 5,00, 1 Besucher. 
459 Reputation 55 Total posts