http://www.icyphoenix.com/viewtopic.php?f=35&t=8480
-----------------------------------
bistly
Sun 15 Apr, 2012 14:38

Style Icy Phoenix?
-----------------------------------
I have a Style Icy Phoenix,Where can I adjust the size of my style.Where to change the size

[img align=left]http://s18.postimage.org/5za8vremv/style.jpg[/img]


-----------------------------------
bistly
Sun 15 Apr, 2012 15:58

Style Icy Phoenix?
-----------------------------------
I have a Style Icy Phoenix,Where can I adjust the size of my style.Where to change the size


-----------------------------------
Joshua203
Sun 15 Apr, 2012 18:30

Re: Style Icy Phoenix?
-----------------------------------
Please don't double post in 2 sections of the forum Bistly, I've merged the post  in "Translations" with this thread here to avoid confusion :wink: 

What you are looking for should probably be found in style_ice.css 

find and adjust the width to your whishes in this part and remove the /* and */ lines:
[code linenumbers=false]#global-wrapper {
/*
	width: 980px !important;
	clear: both;
	margin: 0 auto;
*/
}[/code]


-----------------------------------
bistly
Sun 15 Apr, 2012 20:50

Re: Style Icy Phoenix?
-----------------------------------
Thanks for the reply,
Dübel post that was not intentional .. I made a mistake asking for an apology

mfg,bistly


-----------------------------------
Joshua203
Mon 16 Apr, 2012 00:34

Re: Style Icy Phoenix?
-----------------------------------
Don't worry about the double post :wink: 

I hope the reply will help you on your way


-----------------------------------
bistly
Mon 16 Apr, 2012 23:40

Re: Style Icy Phoenix?
-----------------------------------
does not help my icy_phoenix style is the same-sized


I want to be this size--> [img]http://s16.postimage.org/awg3mkarn/style.jpg[/img]


-----------------------------------
Joshua203
Tue 17 Apr, 2012 00:02

Re: Style Icy Phoenix?
-----------------------------------
Well that is because you are obviously not using the style icy_phoenix like you told.

Looking at that last screenshot and browsing through IcyPhoenix styles that are available I'm sure you are using [color=red]Prosilver IP Black[/color]

For this style you need to look at /prosilver_ip/style_black.css at both global-wrapper AND wrapper I guess

[code linenumbers=false]#global-wrapper {
	width: 980px !important;
	clear: both;
	margin: 0 auto;
}

/* wrapper */
#wrapper {
	width: 980px !important;
	display: table-cell;
	background: #000000 url('images/black/bg/bg_b_l.gif') top left repeat-y;
}[/code]

I can't judge how wide your image is but it should be easy for you to play with the width until you have what you want, you can use % or px  :wink:


-----------------------------------
bistly
Tue 17 Apr, 2012 02:24

Re: Style Icy Phoenix?
-----------------------------------
You do not understand me what I want..
I do not Prosilver IP Black,I have [color=#FF0019]Icy phoenix[/color]
I want only the size as Prosilver IP Black,

[b]This is not in my style Icy phoenix[/b]

[code linenumbers=false]#global-wrapper {
    width: 980px !important;
    clear: both;
    margin: 0 auto;
}

/* wrapper */
#wrapper {
    width: 980px !important;
    display: table-cell;
    background: #000000 url('images/black/bg/bg_b_l.gif') top left repeat-y;
}[/code]



[color=#FF0000]this is my style_ice[/color] "icy phoenix"

[code linenumbers=false]@import url("../default/common.css");
@import url("../common/common_colors.css");
@import url("../common/fap.css");
@import url("../common/dock.css");
@import url("style_ice_colors.css");

/* main selectors */
body {
	background: #ffffff;
	/*background: #ffffff url('images/ice/bg_body.gif') top left repeat-x;*/
	margin: 0px 0px 0px 0;
	padding: 0px 10px 0px;
}

#global-wrapper {
/*
	width: 980px !important;
	clear: both;
	margin: 0 auto;
*/[/code]

change the width, am interested  ???


-----------------------------------
Joshua203
Tue 17 Apr, 2012 02:33

Re: Style Icy Phoenix?
-----------------------------------
Ok I misunderstood your last screenshot :mryellow:  sorry

But if you really want these changes in icy_phoenix style then please re-read this carefully (especially the red part!)

[quote user="Joshua203" post="55562"]find and adjust the width to your whishes in this part and [color=red]remove the /* and */ lines[/color]:[/quote]

My guess is that you forgot to remove those, and they mean something like.. "ignore anything inbetween"
So if you remove them it will start working  :wink:


-----------------------------------
bistly
Tue 17 Apr, 2012 03:40

Re: Style Icy Phoenix?
-----------------------------------
[b]I changed all the same as previously[/b]

[code linenumbers=false]/* main selectors */
body {
	background: #dddddd;
	margin: 0;
	padding: 0;
}

#global-wrapper {

	width: 780px !important;
	clear: both;
	margin: 0 auto;[/code]

I do not know why there is,why is the same width??


-----------------------------------
Joshua203
Tue 17 Apr, 2012 03:44

Re: Style Icy Phoenix?
-----------------------------------
Could you  give me a link so i can see what's happening?
I tested this before posting the first answer and it worked for me on a test install, maybe you have a wide header pic that won't let it shrink?


-----------------------------------
Joshua203
Tue 17 Apr, 2012 04:02

Re: Style Icy Phoenix?
-----------------------------------
BTW ..I would not go below 980px otherwise you will need to modify more than just the overall width (for example the width of the bottom Recent Topics Ticker)


-----------------------------------
Joshua203
Thu 19 Apr, 2012 00:31

Re: Style Icy Phoenix?
-----------------------------------
This issue was solved a couple of days ago by private chat and pm.. gave it some time waiting for more trouble but since you switched styles after the edits I'll mark this thread solved (you can also do that yourself in the future  :wink: )

Greetings,
...Joshua203


