- Posts: 12
- Thank you received: 0
Browser View Issues
-
JohnMcl
Inactive member - Topic Author
- New Member
Less
More
13 years 9 months ago #7127
by JohnMcl
Browser View Issues was created by JohnMcl
Hi there.
We have received complaints that our website does not fit into the browser of some customers. (Screenshot Attached)
It seems that some show the website as too big and that there is not a scroll option at the bottom.
What is causing this issue? We do not want to have to completely re-size the entire website.
Is it a known problem?
Regards
John
We have received complaints that our website does not fit into the browser of some customers. (Screenshot Attached)
It seems that some show the website as too big and that there is not a scroll option at the bottom.
What is causing this issue? We do not want to have to completely re-size the entire website.
Is it a known problem?
Regards
John
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #7134
by ivan.milic
Replied by ivan.milic on topic Re: Browser View Issues
You can enable scrolling, edit
optimasport.co.uk/templates/hot_sportal/css/layout.css
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
overflow-x: hidden;
}
just remove overflow-x: hidden;
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
overflow-x: hidden;
}
just remove overflow-x: hidden;
The following user(s) said Thank You: JohnMcl
Please Log in to join the conversation.
-
JohnMcl
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 9 months ago #7136
by JohnMcl
Replied by JohnMcl on topic Re: Browser View Issues
OK Thanks, have done that so now wait to hear from individuals.
Do you know why this happens on some browsers / systems only?
Is there a way to fix it permanently without resorting to scrolling, as it detracts from getting the overall impact?
Do you know why this happens on some browsers / systems only?
Is there a way to fix it permanently without resorting to scrolling, as it detracts from getting the overall impact?
Please Log in to join the conversation.
-
JohnMcl
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 9 months ago #7138
by JohnMcl
Replied by JohnMcl on topic Re: Browser View Issues
Also, there is now rather a large area on the right hand side that contains nothing but you can scroll to it. Is there a way to reduce this?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago - 13 years 9 months ago #7156
by ivan.milic
Replied by ivan.milic on topic Re: Browser View Issues
Hi,
it would be very hard to reduce that area you are talking about.
Also last time I forgot to tell you that you need also to fix width of menu:
.menu
{
width:1174px;
}
so that it would not break when scrolling is active.
it would be very hard to reduce that area you are talking about.
Also last time I forgot to tell you that you need also to fix width of menu:
.menu
{
width:1174px;
}
so that it would not break when scrolling is active.
Last edit: 13 years 9 months ago by ivan.milic.
Please Log in to join the conversation.
-
JohnMcl
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 8 months ago #7281
by JohnMcl
Replied by JohnMcl on topic Re: Browser View Issues
Hi there,
I have now reduced the width of the entire site in order that we do not have to use the scroll function, and all now seems to be working fine.
One thing though is that when the site is viewed through the iPad, the home page is fine however the other pages now seem to reduce creating a really large right hand side margin. Any ideas why????
Regards
John
Site is www.optimasport.co.uk
I have now reduced the width of the entire site in order that we do not have to use the scroll function, and all now seems to be working fine.
One thing though is that when the site is viewed through the iPad, the home page is fine however the other pages now seem to reduce creating a really large right hand side margin. Any ideas why????
Regards
John
Site is www.optimasport.co.uk
Please Log in to join the conversation.
Time to create page: 0.159 seconds