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; }