Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Anyway, since you're not using the little striped grey border on the site, remove this section and see if that helps:
#centerColumnOuter {
margin:0 .5em;
width:70em;
height:15px;
}
No I'm afraid that hasn't made any difference. You can see the effect it [hasn't ]had at http://www.keela.co.uk.tango.webhoster.co.uk/catalog/
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
symmo
Now just need to sort out the width in IE and I would like the white on all the page to be a lightish grey? dont know where to start?
Thanks again YOU ROCK
Did you get the IE size thing figured out? For some reason I had to convert the em to px on the #Logo{} part of stylesheet.css...so it went from:
Code:
#logo {
width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
}
to
Code:
#logo {
width:305px /* To prevent the logo from resizing, simply delete or comment out this section */
}
and it fixed my logo size problem in IE. :dontgetit
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Take a close look at where you added that css:
.centerColumn {
width:73%;
float:right;
position:relative;
margin-right:1%;
padding:1% 2% 0 2%;
text-align:left;
line-height:1.6em;
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
}
}
I did but if remove any of te } it makes all the products even on the home page go down in a straight line ??? mmmm
I cant figure this out ! :(
www.temp-tattoos.co.uk
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
high2K
Phew, that was hard to find:
#dropMenuWrapper {
width:70em; /* change to width:70em; for narrow header*/
/* remove float:left; for narrow header */
margin:0 auto;
text-align:center;
height:1.18em;
}
It should be 2.18em
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
symmo
I did but if remove any of te } it makes all the products even on the home page go down in a straight line ??? mmmm
I cant figure this out ! :(
www.temp-tattoos.co.uk
.centerColumn {
width:73%;
float:right;
position:relative;
margin-right:1%;
padding:1% 2% 0 2%;
text-align:left;
line-height:1.6em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
}
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
}
:clap:Thank you sorted the prob amazing this css how 1 little thing can make such a big headache :)
thanks again for the help this site and the template trully is kewl
Symmo
now to get them links sorted?? ;)
www.temp-tattoos.co.uk
p.s sugestions for the site always gratfully recieved im new to this and want the site looking as good as poss !!
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
symmo
:clap:Thank you sorted the prob amazing this css how 1 little thing can make such a big headache :)
thanks again for the help this site and the template trully is kewl
Symmo
now to get them links sorted?? ;)
www.temp-tattoos.co.uk
p.s sugestions for the site always gratfully recieved im new to this and want the site looking as good as poss !!
Those were done with the ez-pages contribution, just add an ez-page, and turn on the footer option for that ezpage (be sure to add a sort order).
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Those were done with the ez-pages contribution, just add an ez-page, and turn on the footer option for that ezpage (be sure to add a sort order).
ooohhh so it is... thanks !!:clap:
www.temp-tattoos.co.uk
anyone with anyone suggestions on how to improve now? just LMK
Re: Apple Zen Template Support Thread
JETTRUE, did you make your template with possibility to switch to css buttons? I tried to use it and I received strange results. I changed #navCategoryIcon, .buttonRow, #indexProductListCatDescription in apple_zen\css\stylesheet.css and changes applied only to few buttons and some buttons still are graphic but arounded with my style, search button did not changed. Please let me know which definition in css file are responsible for css buttons. Thank you.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
braad
JETTRUE, did you make your template with possibility to switch to css buttons? I tried to use it and I received strange results. I changed #navCategoryIcon, .buttonRow, #indexProductListCatDescription in apple_zen\css\stylesheet.css and changes applied only to few buttons and some buttons still are graphic but arounded with my style, search button did not changed. Please let me know which definition in css file are responsible for css buttons. Thank you.
There's nothing in the template stopping css buttons. Also, the css buttons mod has its own stylesheet, you shouldn't be using the stylesheet.css. Please check out the css buttons thread for support.