|
Page 1 of 2
|
keith10456
Joined: June 2007
Posts: 16
Location:
|
 Frozen Phoenix: Non-Fixed Width Overlap Issue
I'm using the steps in this post to use Frozen Phoenix without a fixed width.
Everything is working except my Forum categories are overlapping the borders (see image below). Any suggestions?
Last edited by keith10456 on Wed 06 Mar, 2013 22:19; edited 1 time in total |
#1 Wed 06 Mar, 2013 20:54 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
Could you provide a link to this board please Keith?
Or else your edited files?
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#2 Wed 06 Mar, 2013 22:10 |
|
keith10456
Joined: June 2007
Posts: 16
Location:
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
Could you provide a link to this board please Keith?
http://urbanareas.net/info/
Login with: username="amod"; pass= "test22"
If you don't login with the above username you won't see the issue (because that test user is using the new style).
Disregard the header and Home page... They're still a work in progress.
|
#3 Wed 06 Mar, 2013 22:15 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
If you don't login with the above username you won't see the issue
Yeah I noticed that before asking the link
I have a feeling you did not flush your cache after the html edits, could that be the problem?
Becasue I don't see it centered or at 96%!!
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#4 Wed 06 Mar, 2013 23:09 |
|
keith10456
Joined: June 2007
Posts: 16
Location:
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
I cleared the browser cache (and templates, imageset and theme cache) multiple times.
|
#5 Wed 06 Mar, 2013 23:33 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
Ok, from what I can see (unless you edited while i was viewing files) you MG config file contains 94% and the wrapper.css has 96% twice inside.
MG config should be bigger or equal to the css, not smaller, let's see if that's the cause then
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#6 Thu 07 Mar, 2013 00:17 |
|
keith10456
Joined: June 2007
Posts: 16
Location:
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
Yeah... You must have checked when I was tweaking the numbers to try to fix the problem.
I originally had MG config and the wrappers all the same size.
Now I have MG config at 96% and the wrappers at 94% and the problem still exist.
The weird thing is my header isn't overlapping.
|
#7 Thu 07 Mar, 2013 00:26 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
The weird thing is my header isn't overlapping.
True, it's like when it stops reading the overall_header.html all is forgotten.
Let's try setting the wrapper to 90% or add padding left and right to it.
BTW ..
Align doesn't seem to be allowed in a strict document.
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#8 Thu 07 Mar, 2013 03:26 |
|
keith10456
Joined: June 2007
Posts: 16
Location:
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
The weird thing is my header isn't overlapping.
True, it's like when it stops reading the overall_header.html all is forgotten.
Let's try setting the wrapper to 90% or add padding left and right to it.
90% didn't work.
I'm not good at CSS... What exact padding code are you recommending?
* Edit - I believe the problem may be due to the changes I made to my overall_header. I'll replace it with the original (from the download) and report back...
* Edit 2 - I fixed the overlap problem.... It was the result of the bad edit I made to my overall_header. However, I can't get it to center. Any ideas?
Last edited by keith10456 on Thu 07 Mar, 2013 05:11; edited 1 time in total |
#9 Thu 07 Mar, 2013 04:30 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
To me it looks fine now ...with your own header as far as I can see.
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#10 Thu 07 Mar, 2013 05:09 |
|
keith10456
Joined: June 2007
Posts: 16
Location:
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
You replied while I was editing my post... Please see my question in Edit #2 in my above post.
|
#11 Thu 07 Mar, 2013 05:12 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
Lets start by trying to:
Remove the added div's again, then add to the wrapper-stylesheet in global-wrapper before the closing }
Let me know what happens
Don't forget I'm not able to test any of these advices and prosilver based styles are not really my thing, so this might be some dumb advice that needs corrections
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#12 Thu 07 Mar, 2013 05:44 |
|
keith10456
Joined: June 2007
Posts: 16
Location:
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
Lets start by trying to:
Remove the added div's again, then add to the wrapper-stylesheet in global-wrapper before the closing }
Let me know what happens
Don't forget I'm not able to test any of these advices and prosilver based styles are not really my thing, so this might be some dumb advice that needs corrections 
It seems like something is missing in the "align: center;" code. I'm editing with notepad++ but when I add that code it doesn't change the color to display that it's right (so it displays as the other correct css code).
So I have (which appears to be incorrect):
- #global-wrapper {
- width: 94% !important;
- clear: both;
- margin: 0 auto;
- align: center;
- }
|
#13 Thu 07 Mar, 2013 06:18 |
|
Joshua203 
Joshua 203
Dutch A Go Go

Joined: August 2008
Posts: 1754
Location:  Earth, Europe, the Netherlands, Rotterdam
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
You're right, glad I made the "dumb advice" remark above
Please try this instead:
margin-left: auto;
margin-right: auto;
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#14 Thu 07 Mar, 2013 06:42 |
|
keith10456
Joined: June 2007
Posts: 16
Location:
|
 Re: Frozen Phoenix: Non-Fixed Width Overlap Issue
You're right, glad I made the "dumb advice" remark above
Please this instead:
margin-left: auto;
margin-right: auto;
Nope...
|
#15 Thu 07 Mar, 2013 07:10 |
|
|
Page 1 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|