-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 7, 2016 at 3:24 am #840626Hi could u check it again and or provide device name , as i can see it showing fine in mobile view > http://prntscr.com/9n149c
maisfeld Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 7, 2016 at 8:35 am #840723It is an iPhone 6 and opened with Safari. If you scroll down you see it better. Whether by landscape or portrait this gap exists.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 7, 2016 at 11:07 am #840871Hi
i checked it for device iphone6 here >http://prntscr.com/9n149c i did not found the problem .
I also saw you using a custom template , I suggest you to use Original template as custom template does not have latest template updates and many issues in future because u can not update it and also as support purpose .
I also tested in simulator Iphone Here does not found the problem .maisfeld Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 7, 2016 at 11:18 am #840885That with the update I understand but it does not solve the problem. When you look at this tool or even better with the right iPhone, it looks not good. Can you look at it with this link?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 8, 2016 at 4:31 am #841577Hi
i checked the link provided by you and it not showing the issue of gap in mega menu . + in Footer its also not showing the same issue as in screenshot > http://prntscr.com/9nf4hz
In tools and mobile devices its very hard to check the padding , it most probably the padding space .
I also tested demo site and there is no issue in it , it may due the custom changes u did on site .
You can try this tweak
go to the template-responsive.css in your css folder .
find this line near line 1520.container { padding-left: 20px; padding-right: 20px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
change it into
.container { padding-left: 20px; padding-right: 40px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
hope it helps
maisfeld Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 8, 2016 at 8:59 am #841722Hello
Thank you for your patience.Now I have installed the original template and the problem still exists. After that, I installed a fresh QuickStart beranis Joomla and it has in the lanscape format on the right side again this gap.
Even with a Samsung Galaxy S5 exists this gap.
You can find temporary beranis quickstart here.
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
maisfeld Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 8, 2016 at 9:31 am #841739Yes’ve inserted but it does not solve. Have you tested it with a hardwear?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
maisfeld Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 8, 2016 at 10:02 am #841761Portrait it is well but landscape is the problem.
maisfeld Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 8, 2016 at 3:13 pm #841957I changed the template-responsive.css in line 1625.
.t3-footnav { padding: 0px 20px 0; font-size: 11px; }` to
.t3-footnav { padding: 0px 0px 0; font-size: 11px; }
And it looks good.
But now it is missing at the footer.
I am not satisfied with this solution.
Do you have a better idea?Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 11, 2016 at 2:35 am #843567Hi
Yes its fine now . there is small padding isssue that u can fix on your site with below solution .
U need to changed this code in template-responsive file line 1614.t3-footer .container { padding-left: 0px; padding-right: 0px; }
into
.t3-footer .container { padding-left: 10px; padding-right: 10px; }
maisfeld Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
January 11, 2016 at 8:44 am #843887I have the 10px inserted, without success.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 11, 2016 at 11:06 am #844036Hi Carlo Paladino
its does not seem you did the changes on site , while the problem showing gap is solved at my end .
i tested in several devices and there is no gap in like before .
For making padding i directly did the changes on your site . Now its looking fine as needed > http://prntscr.com/9op16b -
AuthorPosts
This topic contains 16 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 10 months ago.
The topic ‘Smartphones, I have a white space in the right side’ is closed to new replies.
Jump to forum