Re: Apple Zen Template Support Thread
well it seems I have not used the correct terminolgy in regards to what part of the page I want things. Yes, I'd like the middle image (the one with the red and black words and the picture of the t-shirt on it) to fill right up to the borders on the home page only.
Re: Apple Zen Template Support Thread
Quote:
I'll update the download with this fix. :D
Thanks. Any Suggestion for the drop down width for attibutes??
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
duxfield
well it seems I have not used the correct terminolgy in regards to what part of the page I want things. Yes, I'd like the middle image (the one with the red and black words and the picture of the t-shirt on it) to fill right up to the borders on the home page only.
Yep, my above instructions will do that. :P
Re: Apple Zen Template Support Thread
thanks Jade - I shall try that tonight.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Sunabac
Thanks. Any Suggestion for the drop down width for attibutes??
Yep, I figured it out. :-)
Add this to your stylesheet:
option {
margin:.5em;
}
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Yep, I figured it out. :-)
Add this to your stylesheet:
option {
margin:.5em;
}
Thank you so much !
Too bad you did not design the purpleshades too:P ; than I would know why none of the forms line-up....
Re: Apple Zen Template Support Thread
[FONT=Calibri]Hi all[/FONT]
[FONT=Calibri]I am new at this and don’t know how to program in php. I love the apple template and have everything setup almost the way I want it. The open item is that I cannot find a way of having the drop down menu show a link to the forum (phpbb). Any help including a code segment would be helpful[/FONT]
[FONT=Calibri][/FONT]
[FONT=Calibri]THANX
MITCHcecg[/FONT]
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
mitchcecg
[FONT=Calibri]Hi all[/FONT]
[FONT=Calibri]I am new at this and don’t know how to program in php. I love the apple template and have everything setup almost the way I want it. The open item is that I cannot find a way of having the drop down menu show a link to the forum (phpbb). Any help including a code segment would be helpful[/FONT]
[FONT=Calibri][/FONT]
[FONT=Calibri]THANX
MITCHcecg[/FONT]
Do you want it as a top level link (like contact us) or do you want it perhaps under information?
Re: Apple Zen Template Support Thread
[quote=jettrue;332262]
You removed the image for that section, but did not remove its height. Change #centerColumnOuter to this:
Code:
#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
position:relative;
clear:both;
}
quote]
Hi Jade - I tried this and it still leaves those little bits of border there. Also, if you look at my site you'll see the main image has now centered in the home page but there is still some white space around the edge of the image where it doesn't meet the border exactly (three out of four sides by my eyesight). Do you know why that is?
I didn't turn off the right box totally (admin, Configuration, Layout Settings, turn off Column Right Status - Global) because if you do that the lower border graphic gets moved to the top, immediately under the Breadcrumb bar.
Thank you for helping.
Re: Apple Zen Template Support Thread
[QUOTE=duxfield;332537]
Quote:
Originally Posted by
jettrue
You removed the image for that section, but did not remove its height. Change #centerColumnOuter to this:
Code:
#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
position:relative;
clear:both;
}
quote]
Hi Jade - I tried this and it still leaves those little bits of border there. Also, if you look at my site you'll see the main image has now centered in the home page but there is still some white space around the edge of the image where it doesn't meet the border exactly (three out of four sides by my eyesight). Do you know why that is?
I didn't turn off the right box totally (admin, Configuration, Layout Settings, turn off Column Right Status - Global) because if you do that the lower border graphic gets moved to the top, immediately under the Breadcrumb bar.
Thank you for helping.
Hi there,
You now have two sections of #centerColumnOuter. I meant for you to REPLACE the older #centerColumnOuter, not ADD the one above. SO remove the second one and that will fix that issue.
Can you please disable the right box totally, then I can see about that issue you mention.