Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2007
    Posts
    79
    Plugin Contributions
    0

    Default can someone guide me to the right direction?

    So I was playing with the width my page, and at the end, decided against it.

    so i restored all the original numbers on css stylesheet, and when i checked it out, the side bars seemed to be misaligned.

    can someone kindly check out my site and see what i can do to line up the sideboxes again?

    my site is

    http://paperworksco.com/catalog.

    thank you kindly!

  2. #2
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: can someone guide me to the right direction?

    Quote Originally Posted by smallpigpig View Post
    So I was playing with the width my page, and at the end, decided against it.

    so i restored all the original numbers on css stylesheet, and when i checked it out, the side bars seemed to be misaligned.

    can someone kindly check out my site and see what i can do to line up the sideboxes again?

    my site is

    http://paperworksco.com/catalog.

    thank you kindly!
    Hey there...

    It looks like you have a 20px padding added onto your side boxes heading and content...

    .leftBoxHeading, .rightBoxHeading (line 651)

    {

    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
    background-image: url(../images/box000.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

    }


    &

    .sideBoxContent (line 675)

    {
    background-image: url(../images/box002.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 125%;
    background-x-position: center;
    background-y-position: bottom;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    }

    The padding on the left and right are hendering from it being completely flush on both sides...what I would suggest doing is first trying to remove the padding all together for the padding left and padding right...if that doesn't work let me know.

  3. #3
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Idea or Suggestion Re: can someone guide me to the right direction?

    thanks a lot

 

 

Similar Threads

  1. Replies: 2
    Last Post: 15 May 2010, 08:31 PM
  2. Replies: 7
    Last Post: 4 Aug 2009, 12:53 PM
  3. Could someone point me in the right direction.
    By mboley370 in forum General Questions
    Replies: 4
    Last Post: 1 Jul 2007, 05:18 AM
  4. Please can someone point me in the right direction.
    By Erica in forum General Questions
    Replies: 9
    Last Post: 21 Mar 2007, 04:22 AM
  5. Can someone point us in the right direction please?
    By KimberleyB in forum General Questions
    Replies: 3
    Last Post: 28 Nov 2006, 10:12 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