Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    Dallas area
    Posts
    76
    Plugin Contributions
    0

    Default Shopping Cart Total

    In the shopping cart side box, the Total price is aligned to the right... but it's ALL the way to the side of the box. I wanted to add some padding to it and I thought that if I modified the "stylesheet.css" at line 697...

    .cartBoxTotal {
    text-align:right;
    font-weight:bold;
    }

    ... to add something like "padding-right:2em;" that this would solve the problem. But it didn't seem to work. I played with several numbers and nothing moved it.

    Am I tweaking in the right spot or no?

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

    Default Re: Shopping Cart Total

    Quote Originally Posted by bradymc View Post
    In the shopping cart side box, the Total price is aligned to the right... but it's ALL the way to the side of the box. I wanted to add some padding to it and I thought that if I modified the "stylesheet.css" at line 697...

    .cartBoxTotal {
    text-align:right;
    font-weight:bold;
    }

    ... to add something like "padding-right:2em;" that this would solve the problem. But it didn't seem to work. I played with several numbers and nothing moved it.

    Am I tweaking in the right spot or no?
    It's not working because cartboxtotal's padding is defined in a second spot:

    #ezPageBoxList li, .cartBoxTotal {
    margin:0;
    padding:0.2em 0;
    }

    remove cartBoxTotal from there, and it'll work where you want it to.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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