Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: Sidebox text not aligning

    Ok barco thankyou . I am now doing this on my own so I am understanding a little of what you are saying. I can't change the sidebox pic because i don't have the program to do that in. Is there anything I can do in the stylesheet to fix this. I am running version 1.3 . Thanks for the help.

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Sidebox text not aligning

    what is the sidebox width set to (layout settings)? see this has to be done in stages first get the side box width correct and then tweak its positioning within the stylesheet to get it to align with the background image
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Sidebox text not aligning

    Quote Originally Posted by raindark View Post
    Ok barco thankyou . I am now doing this on my own so I am understanding a little of what you are saying. I can't change the sidebox pic because i don't have the program to do that in. Is there anything I can do in the stylesheet to fix this. I am running version 1.3 . Thanks for the help.
    First, set the left sidebox in the admin to 138px wide. (configuration, layout settings)

    then change this section of css in the stylesheet_new.css to:

    Code:
    #navColumnOne {
           margin:0;
           background-image: url('../images/sidetop-3.jpg');
           background-repeat:no-repeat;
           padding: 1.3em .3em 1.3em .5em;
    }
    (this reduces the right and left padding on that section.)

    Now, the fact that you're running off of two stylesheets is confusing. I'd delete stylesheet_original.css off of your server.

    You'll need to add this (and perhaps other css) over to stylesheet_new.css.

    .leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.6em 0em;
    }

    This should get you closer.

 

 

Similar Threads

  1. Aligning the blank sidebox
    By sjohnstone in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Dec 2008, 05:48 PM
  2. Product Text Box Not Aligning Properly in Internet Explorer
    By JGiacchi in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Nov 2008, 07:30 PM
  3. Replies: 1
    Last Post: 31 Oct 2008, 07:28 PM
  4. Firefox & IE - Product Text Box Not Aligning Properly
    By JGiacchi in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 19 Oct 2008, 08:13 PM
  5. Aligning Text
    By HandcraftedUK in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Mar 2007, 12:41 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