Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2011
    Posts
    38
    Plugin Contributions
    0

    Default Margin/Padding in the shopping cart sidebox

    Hi

    I have editted the shopping cart summary (sidebox). For some reason after trying the list of cart contents displays with a margin to the left. I inspected this with google and it appears that there is the following style applied to this list

    Code:
    ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    }
    The incriminating bit of code is the -webkit-padding-start: 40px;

    Does anyone know how to override this or why this would be happening??

    I have tried overiding with the following:

    Code:
    ul, menu, dir {
    margin: 0px;
    padding: 0px;
    }
    and

    Code:
    * {
    margin: 0px;
    padding: 0px;
    }

    But this does not have any effect.

  2. #2
    Join Date
    Nov 2011
    Posts
    38
    Plugin Contributions
    0

    Default Re: Margin/Padding in the shopping cart sidebox

    Sorted it myself.

    Added to my stylesheet -

    Code:
    #cartBoxListWrapper ul{
    text-align:left;
    font : 12px Arial;
    color: #0099ff;
    padding: 0px 0px 0px 0px;
    }

 

 

Similar Threads

  1. Shopping Cart Sidebox - Bottom Margin
    By CustomBooks in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Mar 2010, 11:25 PM
  2. need to add padding to items in the shopping cart
    By Agent_KGB in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Feb 2009, 09:08 PM
  3. left sidebox margin/padding from header
    By ryanb4614 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Jan 2009, 07:11 AM
  4. category sidebox margin/padding
    By compwhizmm in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 31 Oct 2007, 09:56 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