My website link is www.desertskyink.net. When you click on Brother and test1, test2, test3 subcategories, the categories box moves way to the right. How can I keep it to the left as it is on the home page?
My website link is www.desertskyink.net. When you click on Brother and test1, test2, test3 subcategories, the categories box moves way to the right. How can I keep it to the left as it is on the home page?
Go into Admin-Configuration-Layout Settings;
`Check your pixel values of the left/right column widths. I suspect there is a value of 0px(zero) on the left one.
That was the problem....thanks!!
That did work great, but now when a person clicks on one of the categories or subcategories, the bottom line separator touches the Information Box. Is there a setting that would give padding between the two?
Also, it looks like the 'New Products' box goes away the further I go into the category selections, that is why it is touching, but I was wondering how I can avoid this and leave some space between the Information box and the green line separator.
You're welcome, glad to hear all is good now.
`I think I know what you're talking about, you need a bump-stop installed.![]()
Find in your stylesheet.css;
Replace with;Code:.leftBoxContainer, .rightBoxContainer { margin: 0em; border: 1px solid #9a9a9a; border-bottom: 5px solid #027c29; margin-top: 1.5em; }
So, now you will have an equal margin bottom as top. You can lower the value if you wish.Code:.leftBoxContainer, .rightBoxContainer { margin: 0em; border: 1px solid #9a9a9a; border-bottom: 5px solid #027c29; margin-top: 1.5em; margin-bottom: 1.5em; }
Thank you again....that worked great!!
One more question if you don't mind....I'm trying to upload images and it seems to not be working. On my website I get no_picture.gif instead of the image that is supposed to display. I have tried to upload the image and that didn't work, and then I tried to put in the URL via the Admin console and set all directories and subdirectories to 777, but it still won't work. I have noticed other posts out there for people having the same problem, but have seen no solutions. I am using Zen 1.3.5. Thx, so far you have been a huge help.
You're welcome and no, I don't mind. Which pictures? I get only one report of your header_bg being broken.
The pictures for my products. I tried to upload them and also tried to put in the URL when I added products under 'Categories', but when I click on the product pictures, it shows the no_picture.gif. It seems it happened since I upgraded to 1.3.5.