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 32044 time(s), 4 post(s) 1/31/2013 3:18:35 PMby super
super

super

1/31/2013 3:18:41 PM
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:
This content has not been rated yet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

1/31/2013 4:00:57 PM
We have an issue with this functionality. This will be fixed by middle of next week. 
This content has not been rated yet. 
1849 Reputation 181 Total posts
super

super

1/31/2013 5:25:59 PM
thank you... I would appreciate if you could just keep me posted on this topic when this bug is fixed.
This content has not been rated yet. 
6018 Reputation 709 Total posts
ivanb

ivanb

2/1/2013 9:08:58 AM
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
Rated 5.00, 1 vote(s). 
459 Reputation 55 Total posts