Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2005
    Posts
    199
    Plugin Contributions
    0

    Default padding certain pages

    How do i increase the padding on the shopping cart template. It seems like most pages are fine but some are out of wack.


    how do i make hte content display more narrow ?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: padding certain pages

    What pages?? or post a direct url to the pages you have issues with
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2005
    Posts
    199
    Plugin Contributions
    0

    Default Re: padding certain pages

    http://www.ferrouomo.com/index.php

    add something to your shopping cart and then check out that page .. information pours out the sides of my template.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: padding certain pages

    Find this in your stylesheet.css
    Code:
    .forward, #shoppingCartDefault #PPECbutton {
    	float: right;
    	}
    And separate the elements like this and add a width and a bit of left padding to suit
    Code:
    #shoppingCartDefault  {
            width: 98%;
            padding-left: 0.5em;
            }
    .forward, #PPECbutton {
    	float: right;
    	}
    See if that is better??
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Apr 2005
    Posts
    199
    Plugin Contributions
    0

    Default Re: padding certain pages

    worked like a charm ..

    www.ferrouomo.com/index.php

 

 

Similar Threads

  1. How do i display certain banners on certain pages?
    By berserkey in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Aug 2011, 07:55 PM
  2. remove padding from "Define Pages" main_page
    By yongkoom in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Mar 2009, 10:07 PM
  3. How do I disable certain columns in for certain pages?
    By francocauter in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Feb 2008, 05:32 PM
  4. Extra Padding on EZ Pages Header
    By DiZZ in forum General Questions
    Replies: 0
    Last Post: 15 Nov 2006, 11:23 PM
  5. bottom padding of all pages
    By irascible in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Oct 2006, 11:52 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