v1.3.8
What is involved with setting the categories sidebox to different vertical heights on the main page and category/product pages?
Thank you.
v1.3.8
What is involved with setting the categories sidebox to different vertical heights on the main page and category/product pages?
Thank you.
Do you want to locate it higher or lower on the page?
Or do you want it to have a greater or lesser box height?
Do you want more or less content in it?
And so on...
The short answer is, what are you trying to do? And do you have a link to your site so we can see how best to help?
Rob
I had to turn off the products for awhile but if you look at the main page http://www.sanluisconstruction.com/cart/
The category box is ok for now where it is though it still needs customizing.
But on the product pages I would like it farther down the page. I can move it around in the stylesheet but it is a global change. I just want to move it on the products pages.
Thank you.
You can use the page body id to set different margins etc. for any element in the stylesheet.
If you want the categories sidebox where it is now for most pages but say 200px lower on the product info page, you would put in your stylesheetCode:#categories {margin-top: 1.5em;} #productinfoBody #categories {margin-top: 21.5em;}
Thanks again.