Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2006
    Posts
    25
    Plugin Contributions
    0

    Default alignment of subcategory images - help!

    hello,

    im trying to center align my subcategory images and remove a little peice of header text.
    at the moment my page looks like this:

    http://www.e-rose.org/current.jpg

    i would like it to look like this:

    http://www.e-rose.org/ideal.jpg

    i just want to move the subcategory images over a little bit to the right so they are centered. can anyone help?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: alignment of subcategory images - help!

    Find this in your stylesheet.css for your template and separate or if not found add it:
    Code:
    #productListHeading {
            display: none;
            }
    For the other post a url
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: alignment of subcategory images - help!

    im a bit confused, does that bit of code help align the images? i want my subcategory images to be centered on the main page instead of off to the left.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: alignment of subcategory images - help!

    You asked 2 things:
    and remove a little peice of header text.
    the code takes care of this.

    For the other post a url
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Apr 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: alignment of subcategory images - help!

    ok thank you :) the other thing i needed was help aligning my subcategory images.

    on this page:
    http://www.shelovesstars.com/shop/in...index&cPath=75

    the two images/catergory links 'fabric badges' & 'lavender birdies' i would like moved over a bit so that they are in the center rather than off to the left

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: alignment of subcategory images - help!

    Same file - stylesheet.css - find & separate or add this:

    Code:
    .categoryListBoxContents {
            text-align: center;
            }
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Apr 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: alignment of subcategory images - help!

    thanks so much, that seems to have done it :) its made my product descriptions centered too : http://www.shelovesstars.com/shop/in...index&cPath=71

    could i change that back so the text is left aligned? i dont mind if its not possible now ive edited the code.

    thanks again for your help!

  8. #8
    Join Date
    Jan 2007
    Location
    Atlanta, GA
    Posts
    73
    Plugin Contributions
    0

    Default Re: alignment of subcategory images - help!

    since you want the categories centered, but the new items listings to have their text aligned left, then try adding this in addition to what you've already done:

    (don't take my word for it, I'm kinda new with the zen-cart stuff, but this is what worked in mine, when mine were all aligned left and I wanted em centered... lol... i just reversed it for your situation)

    in addition to:
    Code:
    .categoryListBoxContents {
            text-align: center;
            }
    try:
    Code:
    .centerBoxContentsSpecials, .centerBoxContentsFeatured, .centerBoxContentsNew  {
    text-align:left;
    }
    also, I would change in all your templates pages: (templates>template_default(or whichever one your using) >templates) from:
    Code:
     <br class="clearboth"/>
    CHANGE TO
    Code:
     <div class="clearboth" />
    this will help with some funny layout in some browsers, but will not change the functionality of things. cleared up a lot of alignment issues I was having between different browsers ;)
    ~~give me feedback on my home decor store~~

    ~~sleep is a symptom of caffeine deprivation~~

    ~~COFFEE.SYS Not Found: User startup disabled.~~

    ~~ if(pot.coffee=EMPTY) {programmer->;brain=OFF}; ~~

 

 

Similar Threads

  1. Replies: 4
    Last Post: 9 Oct 2011, 02:22 PM
  2. Making Subcategory images alignment
    By Delights in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Oct 2008, 04:50 AM
  3. subcategory heading alignment problem in FF
    By abcisme in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Sep 2008, 09:36 PM
  4. Subcategory Listing Page Alignment
    By TurtleDove in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jul 2006, 12:30 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