Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2007
    Posts
    30
    Plugin Contributions
    0

    Default Subcategories and Padding/Margin

    Hi, I am having two difficulties (and I'm sure more to follow as I set more of my cart up!). My first problem is that I want the subcategories to show as links on the top category page and they are not showing. I have gone into the admin panel and under config-layout settings, i have enabled categories-always show on main page and somewhere along the way i must have changed something in the style sheet that i shouldn't have because enabling this option turns on the greeting on the main page - so something that it shouldn't be doing.

    What I am after is, for example, on my "healing" page, I want links to the acne and dry skin products page to appear in that white space in the middle of the screen.

    Second issue - in my sideboxes that contain images (I just have placeholders there now until I get further in setting up the website), they are aligned to the right of the box. I have changed each setting for alignment, padding and margins one by one in the style sheet to see it would change the alignment and bring them over to the left or at least the center - either would be better than the right alignment - but i have not been able to effect a change in the alignment.

    Can anyone help me????? My cart is at: http://sparkleandshine.ca/catalog/ TIA :)

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Subcategories and Padding/Margin

    Remove the padding here:
    Code:
    .leftBoxContainer a:link, .leftBoxContainer a:visited, .rightBoxContainer a:link, .rightBoxContainer a:visited {
    color: #8b90d7;
    text-decoration: none;
    font-size: 12px;
    padding-left: 14px;
    line-height: 18px;
    }
    
    
    .leftBoxContainer a:link, .leftBoxContainer a:visited, .rightBoxContainer a:link, .rightBoxContainer a:visited {
    color: #8b90d7;
    text-decoration: none;
    font-size: 12px;
    padding-left: 0px;
    line-height: 18px;
    }

  3. #3
    Join Date
    Mar 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Subcategories and Padding/Margin

    Quote Originally Posted by gjh42 View Post
    Remove the padding here:
    Code:
    .leftBoxContainer a:link, .leftBoxContainer a:visited, .rightBoxContainer a:link, .rightBoxContainer a:visited {
    color: #8b90d7;
    text-decoration: none;
    font-size: 12px;
    padding-left: 14px;
    line-height: 18px;
    }
    
    
    .leftBoxContainer a:link, .leftBoxContainer a:visited, .rightBoxContainer a:link, .rightBoxContainer a:visited {
    color: #8b90d7;
    text-decoration: none;
    font-size: 12px;
    padding-left: 0px;
    line-height: 18px;
    }

    Thank you, Glen :) I changed the 14 px listed above in your quote to 0 and nothing. I'm starting to think I've changed something I shouldn't have in the style sheet or I'm using a template with one too many bugs in it.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Subcategories and Padding/Margin

    It worked when I tested it on your site...

  5. #5
    Join Date
    Mar 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Subcategories and Padding/Margin

    did you only change the 14 to 0 or did you change more than one value? and thank you so much for taking this time with me :)

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Subcategories and Padding/Margin

    I just tested it again, changing the 14 to 0, and nothing else.

 

 

Similar Threads

  1. I have a padding or margin issue
    By Coffinwear in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 30 Jul 2010, 04:01 PM
  2. Padding/Margin Issues
    By Berserker in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Aug 2009, 04:44 PM
  3. margin and padding problem
    By CoolCarPartsOnline in forum General Questions
    Replies: 3
    Last Post: 19 Oct 2008, 11:41 PM
  4. Margin-Padding??
    By mmnord in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Sep 2008, 07:38 PM
  5. category sidebox margin/padding
    By compwhizmm in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 31 Oct 2007, 09:56 PM

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