Re: Apple Zen Support Thread
Not sure if this problem i'm facing is from your template. I would like to know can i shift the whole add to cart box and attributes to the left instead of the right? Some attributes are too long and will go to the next line.
http://fashiontinkz.com/index.php?ma...roducts_id=257
Re: Apple Zen Support Thread
After a new session of fiddling around with settings I have found my answer :smile:
It was the "Categories - Tab Menu ON/OFF" option in the Configuration / Layout Section
--Ben--
Re: Apple Zen Support Thread
Quote:
Originally Posted by
droidwork
Not sure if this problem i'm facing is from your template. I would like to know can i shift the whole add to cart box and attributes to the left instead of the right? Some attributes are too long and will go to the next line.
http://fashiontinkz.com/index.php?ma...roducts_id=257
This is controlled by the product_info.css that is not part of my template. Simply change float:right; to float:left;
Code:
#buybox {
margin:0;
padding:3px;
width:45%;
text-align:center;
float:right;
}
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
This is controlled by the product_info.css that is not part of my template. Simply change float:right; to float:left;
Code:
#buybox {
margin:0;
padding:3px;
width:45%;
text-align:center;
float:right;
}
thank you very much. It worked. Do you also happen to know how can i extend the limit of the attribute text?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
droidwork
thank you very much. It worked. Do you also happen to know how can i extend the limit of the attribute text?
Same place, increase the 45%.
Re: Apple Zen Support Thread
Hi
Can someone help? I need to remove the grey background as in the website
Please tell me how i can do it... Thanks
Re: Apple Zen Support Thread
Morning,
This question will start very similar to Driodworks :smile:
"Not sure if this problem i'm facing is from your template" but I now have my website looking close to how I want it to for now.
However, when viewed in IE there is a space between my site-bg.gif and the dark blue section of color above it.
In views as expected in Firefox though.
https://www.shirt10tees.com/
Any thoughts on what I need to edit to have IE display as intended?
Thanks in advance
--Ben--
Re: Apple Zen Support Thread
Quote:
Originally Posted by
shirt10
Morning,
This question will start very similar to Driodworks :smile:
"Not sure if this problem i'm facing is from your template" but I now have my website looking close to how I want it to for now.
However, when viewed in IE there is a space between my site-bg.gif and the dark blue section of color above it.
In views as expected in Firefox though.
https://www.shirt10tees.com/
Any thoughts on what I need to edit to have IE display as intended?
Thanks in advance
--Ben--
You probably need to adjust the number 9em, in the stylesheet.css, for the body tag for the site-bg.gif background image. It probably needs to be 8em.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
coolstuffhk
Hi
Can someone help? I need to remove the grey background as in the
website
Please tell me how i can do it... Thanks
That's controlled in the stylesheet.css, that is the background color #929292 for #dropMenuWrapper
Re: Apple Zen Support Thread
Hi There,
Another Zen newbie who absolutely LOVES your template here!
There is a fair amount of customization I'm doing though, starting with adding images to the top level only of the dropdown menu, so that the drop down part is still plain text, but the part that's always visible is the same graphic style as the header images of my sideboxes. Is this something I can do with CSS, or is it in the menu php file, or do I have to hard code something? Or can it be done at all?
Here's the link:
http://purple-eggplant.com/zc/
Any and all help is MUCH appreciated!
Thank you so much for all your hard work on this beautiful template!