Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2006
    Posts
    13
    Plugin Contributions
    0

    Default Category boxes change size when viewing pages

    I posted this on the general forum and no replies so I am posting here.
    Can someone please tell me how to keep my category boxes from changing sizes when viewing different pages in my zen cart? I would like to have my pages, side columns, middle boxes and side boxes stay the same when viewing different pages. I am switching web hosts and this is my temporary web site until I go live. I have an existing web site: http://www.countryandprim.com and I want my zen cart to be the same as my existing site. Here is my temporary web site for you to see what I am trying to achieve. http://www.siteground152.com/~countrya/


    Thank you in advance and I appreciate any help you can give me.
    Donna

  2. #2
    Join Date
    Dec 2006
    Location
    The Netherlands
    Posts
    10
    Plugin Contributions
    0

    Default Re: Category boxes change size when viewing pages

    Hello Donna,

    You may already have your solution by now, but are you trying to achieve a fixed width layout? (where your side columns and main column stay the same with, and the dark blue areas to the left and right of your page stretch when needed?)

    If so, you'd need to make a few adjustments to your stylesheet.

    Where it says:
    HTML Code:
    #mainWrapper {
        background-image: url(../images/topbg.gif);
        text-align: center;
        width: 85%;
        vertical-align: top;
        /*border: 1px solid #cacaca;*/
        }
    Change that to something, like:

    HTML Code:
    #mainWrapper {
        background-image: url(../images/topbg.gif);
        text-align: center;
        width: 780px; /* or the width you desire */
        margin: 0px auto;
        vertical-align: top;
        /*border: 1px solid #cacaca;*/
        }
    I believe that should do it.

    Have fun, David
    [FONT=Georgia]Omega Webdesign[/FONT]

  3. #3
    Join Date
    Dec 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: Category boxes change size when viewing pages

    David:
    Thank you so much for taking the time to reply to my question. I appreciate the feedback and will apply this to my stylesheet. Thank you again.

    Donna

 

 

Similar Threads

  1. Change Font Size in Product Info
    By acreativepage in forum General Questions
    Replies: 0
    Last Post: 1 Dec 2006, 02:30 AM
  2. Category Icon Image Size
    By gcceric in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Nov 2006, 05:51 AM
  3. How to change font color of category tree
    By brimsjewelry in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jun 2006, 03:50 AM

Bookmarks

Posting Permissions

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