- Posts: 14116
- Thank you received: 1639
Website not displaying on iPhone and IE properly
-
weekendwarrior
- Topic Author
- Visitor
13 years 6 months ago #9096
by weekendwarrior
Website not displaying on iPhone and IE properly was created by weekendwarrior
Hi Guys,
My website is not displaying properly on IE on some versions and also the iPhone.. Whenever you log on the designed by Ryan Rafferty at the bottom very right is cut off.
Can you help?
Website is www.tourdefrance2012.com
Thx
Ryan
My website is not displaying properly on IE on some versions and also the iPhone.. Whenever you log on the designed by Ryan Rafferty at the bottom very right is cut off.
Can you help?
Website is www.tourdefrance2012.com
Thx
Ryan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 6 months ago #9108
by ivan.milic
Replied by ivan.milic on topic Re: Website not displaying on iPhone and IE properly
Hi, open templates\hot_sportal\css\template_css.php
find this :
.content_wrap {
width:<?php echo $contentWidth; ?>px;
background:<?php echo $contentBg; ?>;
}
nad change it like this:
.content_wrap {
width:<?php echo ($contentWidth - 20); ?>px;
background:<?php echo $contentBg; ?>;
}
if 20 is not enough try bigger value
find this :
.content_wrap {
width:<?php echo $contentWidth; ?>px;
background:<?php echo $contentBg; ?>;
}
nad change it like this:
.content_wrap {
width:<?php echo ($contentWidth - 20); ?>px;
background:<?php echo $contentBg; ?>;
}
if 20 is not enough try bigger value
Please Log in to join the conversation.
-
weekendwarrior
- Topic Author
- Visitor
13 years 6 months ago #9115
by weekendwarrior
Replied by weekendwarrior on topic Re: Website not displaying on iPhone and IE properly
Ivan. Thanks but that's a negative. Its still not doing anything? thx
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9132
by ivan.milic
Replied by ivan.milic on topic Re: Website not displaying on iPhone and IE properly
Ok, Milos will return in few days from trip I don't have IPhone to check that and now much of iPhone's browser behavior, post a again question in 5 days just in case.
Please Log in to join the conversation.
Time to create page: 0.165 seconds