I'm playing around with the .css and trying some fixed widths. My resolution is 1280x1024 and when running at 100% width the portal is fine. But on my other PC @ 1024 x 768, the header is 100% but the portal is wider than the header having to scroll to the right to see all the portal.
This problem is obvious when running the fixed width @ 960px also, the portal is wider than the fixed width.
You can see the problem here.
Is there any reason for this, when looking at board3.de with the subsilver2 theme on my 1024x768 computer, this problem does not happen...
Thanks.
Fixed Width Problems
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Tester
- Posts: 233
- Joined: 16. May 2008 18:39
- phpBB.de User: Heinze 1906
- phpBB.com User: Heinrich-XIV
- Location: 52353 Düren
Re: Fixed Width Problems
Hello
Your fixed Width is to small for the Portal. Wich are you using?
MfG
Heinrich
Your fixed Width is to small for the Portal. Wich are you using?
MfG
Heinrich
Re: Fixed Width Problems
So what is the minimum width for the portal?. I would of thought that the left and right blocks could be 190px, and the center block could be dynamic to fit the overall width?.
I have seen this problem on a 1024x768 monitor, it is fine on my 1280x1024. If 1024 is to small for the portal, then that is not good as many people still use 1024x768.
Is there a way to force the center block to a certain width?.
Thanks for your reply.
I have seen this problem on a 1024x768 monitor, it is fine on my 1280x1024. If 1024 is to small for the portal, then that is not good as many people still use 1024x768.
Is there a way to force the center block to a certain width?.
Thanks for your reply.
-
- Tester
- Posts: 233
- Joined: 16. May 2008 18:39
- phpBB.de User: Heinze 1906
- phpBB.com User: Heinrich-XIV
- Location: 52353 Düren
Re: Fixed Width Problems
Hello
1024 Width on Fullscreen Display is okay.
I have take a look at your Site, the mayor Problem isn't the width, the Portal is not centered an the center Blocks dosn't fit to the Size. Thats a Question for Christian_N, not for me, to solve this.
Greets
Heinrich
1024 Width on Fullscreen Display is okay.
I have take a look at your Site, the mayor Problem isn't the width, the Portal is not centered an the center Blocks dosn't fit to the Size. Thats a Question for Christian_N, not for me, to solve this.
Greets
Heinrich
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Fixed Width Problems
The calendar is a bit tricky with its width in some constellations. Have you tried deactivating it? What is the result then?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: Fixed Width Problems
Yes, it seems the calendar and smaller width was the problem, I have L+R blocks set to 190px, with fixed width of 1050px, and it is ok now. The problem is that a user with 1024x768 monitor has to scroll to see all of the page.
Is there a value that can be used to force 100% width for users viewing at 1024px?
I thought the "min-width:" value would work, but it doesn't.
Here is my stylesheet.css, can you see something I can change. What I want to do is, have users with large monitors (above 1024px wide) use fixed with (1050px), & users with smaller monitors have 100% width? I know I can do this with 2 themes in UCP, but then guests will only see the default (100%) width.
I hope someone can help,
Thanks again for your support,
Sharky.
The code is a little messy at the moment, as I have been trying different things
Is there a value that can be used to force 100% width for users viewing at 1024px?
I thought the "min-width:" value would work, but it doesn't.
Here is my stylesheet.css, can you see something I can change. What I want to do is, have users with large monitors (above 1024px wide) use fixed with (1050px), & users with smaller monitors have 100% width? I know I can do this with 2 themes in UCP, but then guests will only see the default (100%) width.
I hope someone can help,
Thanks again for your support,
Sharky.
Code: Select all
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000000;
background-color: #DCE1E5;
font-size: 62%; /* This sets the default font size to be equivalent to 10px */
margin: 0 auto;
/*min-width: 1024px;*/
width: 1050px;
/*background-attachment: fixed;
background-image: url('./images/bg.gif');
border: 4px solid #355772;*/
}
#wrap {
/*width: 1050px;
margin: 0 auto;*/
border: 4px solid #355772;
background-attachment: fixed;
background-image: url('./images/bg.gif');
background-color: #C8C7C7; /*CECECE;*/
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
/* background-image: url('./images/bg.gif');
background-repeat: repeat-x;*/
/* padding: 0 25px 15px 25px;*/
padding: 0;
}
#wrapcentre {
margin: 15px 25px 0 25px;
}
#wrapfooter {
text-align: center;
clear: both;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
#logodesc {
margin-bottom: 5px;
padding: 5px 10px;
background: #355772;
/*border-bottom: 2px solid #EB6913;*/
}
Re: Fixed Width Problems
OK, so I found out what is giving me problems. It is the news block. When I have the news block in compact mode, everything is fine and all fits evenly with the calendar also (even at fixed width under 1024px). If I switch to full news block then that's when everything becomes out of place. I like to use the full news block though as I can post news topics for users to read.
Is there some way to reduce the overall size of the news block when not in compact mode, like the announcements block, as the announcement block does not cause problems in full view mode?.
Thanks.
Is there some way to reduce the overall size of the news block when not in compact mode, like the announcements block, as the announcement block does not cause problems in full view mode?.
Thanks.
-
- Tester
- Posts: 233
- Joined: 16. May 2008 18:39
- phpBB.de User: Heinze 1906
- phpBB.com User: Heinrich-XIV
- Location: 52353 Düren
Re: Fixed Width Problems
Hello
The center boxes coundn't get smaller than this: (seems to be fixed in the width)
You can remove it temporary or make it smaller to test this.
MfG
Heinrich
The center boxes coundn't get smaller than this: (seems to be fixed in the width)
You can remove it temporary or make it smaller to test this.
MfG
Heinrich
Re: Fixed Width Problems
Yes! You are correct, removing that from the post fixed the problem with the news block in full mode. I never thought to check that. It is just some custom BBCode in the ACP. I will have a look at it later.
Thanks very much for your help over my topics Heinrich, it's very much appreciated.
Edit: The BBCode had a fixed width of 600px, I changed it to 500px, this will give enough room to have the portal displaying correctly, with the calendar and full news block and 1024*768 - anyone viewing at less than 1024, can scroll across and buy a new monitor!!!
Thanks very much for your help over my topics Heinrich, it's very much appreciated.
Edit: The BBCode had a fixed width of 600px, I changed it to 500px, this will give enough room to have the portal displaying correctly, with the calendar and full news block and 1024*768 - anyone viewing at less than 1024, can scroll across and buy a new monitor!!!
-
- Tester
- Posts: 233
- Joined: 16. May 2008 18:39
- phpBB.de User: Heinze 1906
- phpBB.com User: Heinrich-XIV
- Location: 52353 Düren
Re: Fixed Width Problems
Yes, you do right so to solve the Problem!
Now you can use this as it is.
Greets
Heinrich
Now you can use this as it is.
Greets
Heinrich