Problem Responsive Mobile...
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Fri Sep 02, 2016 10:33 pm
- Reply with quote
- Report this post
Hello, I have several problems visualizazion and functionality in mobile devices ...
1) The main menu is not seen, it works, because this is in that position, but not displayed.
2) The third frame is disproportionated.
3) The translator flags, which are 5, with vertical phone are, but, with the horizontal telephone are just 4.
I sent some screens. Any solution ?, thanks, greetings ...
1) The main menu is not seen, it works, because this is in that position, but not displayed.
2) The third frame is disproportionated.
3) The translator flags, which are 5, with vertical phone are, but, with the horizontal telephone are just 4.
I sent some screens. Any solution ?, thanks, greetings ...
Screenshot_2016-09-02-21-46-31.jpg
Screenshot_2016-09-02-21-48-40.jpg
Screenshot_2016-09-02-21-54-15.jpg
-
- Platinum Boarder
- teitbite
- Tue Sep 06, 2016 10:08 am
- Reply with quote
- Report this post
Hi
1. An icon disappeared after we change awsomefont version. I've corrected class name for new version in /layout/default.php line 105
to
2. You have an error in HTML syntax. Just look how browser is trying to fix it by adding multiple </strong> closing tags. Please remamber that HTML code needs same amount of opening tags than closing.
3. There is simply no space there for 5 flags. Flags should be resized a little, but a way this module is made this can't be done easily. Try resize Log In button a little:
1. An icon disappeared after we change awsomefont version. I've corrected class name for new version in /layout/default.php line 105
- Code: Select all
<i id="aside-menu-toggler" class="icon-reorder"></i>
to
- Code: Select all
<i id="aside-menu-toggler" class="fa fa-bars"></i>
2. You have an error in HTML syntax. Just look how browser is trying to fix it by adding multiple </strong> closing tags. Please remamber that HTML code needs same amount of opening tags than closing.
3. There is simply no space there for 5 flags. Flags should be resized a little, but a way this module is made this can't be done easily. Try resize Log In button a little:
- Code: Select all
@media only screen and (max-width:335px) {
.imageBg #gkLogin, #gkLogin {
margin-left: 0;
padding: 0 6px;
}
}
-
- Moderator
- GK User
- Tue Sep 06, 2016 11:05 am
- Reply with quote
- Report this post
Problem Solved, thank you, very much...
-
- Platinum Boarder
- teitbite
- Fri Sep 09, 2016 7:57 am
- Reply with quote
- Report this post
Hi
Glad to hear that. Closing this thread than.
Glad to hear that. Closing this thread than.
-
- Moderator
4 posts
• Page 1 of 1