Results 1 to 8 of 8

Hybrid View

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

    Default Re: Middle Column width not set

    What is happening is that two factors are colliding.
    The category name "Fabric by the 1/2 Yard" is very long and occupies the whole line, and you have the numbers positioned absolutely so that they do not take up any space in the page layout. When they visually overlap, there is no mechanism for them to shift to avoid each other.

    #categoriesContent em, #documentcategoriesContent em {
    position: absolute;
    right: 10px;
    }

    There is currently no element or combination in your code that can be used to reliably get the layout you want and avoid collisions. Categories Dressing may be able to provide the necessary compartmentation to do it.

  2. #2
    Join Date
    Jan 2010
    Posts
    62
    Plugin Contributions
    0

    Default Re: Middle Column width not set

    So I changed a few things and now my left column is set and my catergories are all fine.
    But now the sidebox goes outside the main. http://jellybeanfabrics.com/index.ph...page=page&id=5
    What can I do to fix this?
    I appreciate all this help. I love my site.

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

    Default Re: Middle Column width not set

    You can't use more space than is available without breaking the layout.

    .centerColumn {
    background-image: url("../images/MenuRightHeader.gif");
    background-repeat: no-repeat;
    padding-top: 10px;
    width: 500px;
    }

    Change the 500px to 480px.

  4. #4
    Join Date
    Jan 2010
    Posts
    62
    Plugin Contributions
    0

    Default Re: Middle Column width not set

    PERFECT!
    Happy Holidays!

 

 

Similar Threads

  1. Column Width and Sidebox Width not working
    By khopek in forum Customization from the Admin
    Replies: 11
    Last Post: 8 Jan 2010, 06:22 PM
  2. Expanding width of middle section
    By akumi in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Aug 2008, 03:20 AM
  3. Removing the right sidebox -> Middle content width does not fill in space
    By askfritzdotcom in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Apr 2007, 11:57 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