We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. adi
  2. General Discussion
  3. Friday, 11 July 2014
  4.  Subscribe via email
Hey,
my website - http://108.174.152.219/~yamitysb/
is not centered on mobile.
Pages rendering to the right so part of the content is not showing.
any ideas?
Adi
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Adi,

I have checked your site, it looks great, you can check the image below. Everything works properly in mobile.

http://easycaptures.com/fs/uploaded/794/1710323520.jpg

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I wish it was so, on every i-phone we used to view the site (a few) you can only see half the screen until you slide to the right.
Adi
http://electroadi.com/images/yamit.JPG
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Adi

There are 2 problems on mobile.

1. You have an image that make your site broken in mobile. You can see the attached image: "mobile-1.png". To fix the problem, you can remove the image or add class to hide it on mobile

<p class="hidden-xs">


2. The header block has issue also. Please check the attached image "mobile-2.png". By default, the row style is

.row {
margin-left: -15px;
margin-right: -15px;
}


To make it good in mobile, please change to:

.row {
margin-left: 0;
margin-right: 0;
}



Gardner.
Attachments (2)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
The pic solution is doing the job, changing the "row" class actually moves everything back to the side a little so i left it as it was.
Thanx a million
Adi
p.s. Is the solution for the pic good for hiding other parts for mobile?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Yeah, you can hide anything in mobile using responsive utilities, you can find more info at: http://getbootstrap.com/css/#responsive-utilities

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.