Results 1 to 10 of 19

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Categories box moves when Subcategories are added

    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?

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Categories box moves when Subcategories are added

    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.

  3. #3
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories box moves when Subcategories are added

    That was the problem....thanks!!

  4. #4
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories box moves when Subcategories are added

    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?

  5. #5
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories box moves when Subcategories are added

    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.

  6. #6
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Categories box moves when Subcategories are added

    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;
    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
        border: 1px solid #9a9a9a;
        border-bottom: 5px solid #027c29;
    	margin-top: 1.5em;
    	}
    Replace with;
    Code:
     .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
            border: 1px solid #9a9a9a;
            border-bottom: 5px solid #027c29;
    	margin-top: 1.5em;    
            margin-bottom: 1.5em;
            }
    So, now you will have an equal margin bottom as top. You can lower the value if you wish.

 

 

Similar Threads

  1. Replies: 5
    Last Post: 6 Dec 2010, 07:04 PM
  2. Category description missing when products are added
    By inestine in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 26 Oct 2010, 08:43 PM
  3. Alphabetical categories but the subcategories are not. Link inside
    By Cyclespares in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 25 Feb 2009, 10:20 PM
  4. Pricing wrong when attributes are added
    By margecc in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 9 Oct 2008, 08:45 PM
  5. Right Sidebox moves over when in categories on IE
    By SCVLLC in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Sep 2008, 10:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg