Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 30
  1. #11
    Join Date
    Nov 2009
    Location
    Los Angeles
    Posts
    16
    Plugin Contributions
    0

    Default Re: minimal carts - maximum customization?

    yes - all my images are there and ready to go

  2. #12
    Join Date
    Nov 2009
    Location
    Los Angeles
    Posts
    16
    Plugin Contributions
    0

    Default Re: minimal carts - maximum customization?

    What I'm trying to achieve is a cart that looks like this:

    http://adville.com/MarqueeCards.html

    but with the right sideboxes - shopping cart and UPS module.

    I realize I may well have to reduce the size of the postcard images in order to fit a 150 pixel wide right side box column. That is, if I can still place two cards side by side.

  3. #13
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: minimal carts - maximum customization?

    Quote Originally Posted by adville View Post
    yes - all my images are there and ready to go
    open your stylesheet.css (includes/templates/my_own_template/css/stylesheet.css)

    add the following:


    #logoWrapper{
    margin:0;
    padding:0;
    background: url(../images/YOUR_HEADER_IMAGE.jpg) no-repeat;
    position: relative;
    height:77px;/* This should be the same height and your header image*/
    width:100%;
    top:0;
    left:0;
    }

  4. #14
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: minimal carts - maximum customization?

    Lets do this one next

    right sidebox shopping cart

    go to admin -> configuration -> layout settings -> Shopping Cart Box Status (set to 0)

  5. #15
    Join Date
    Nov 2009
    Location
    Los Angeles
    Posts
    16
    Plugin Contributions
    0

    Default Re: minimal carts - maximum customization?

    done - this is fantastic help Clyde

  6. #16
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: minimal carts - maximum customization?

    I'm not a big fan of "fluid" width.

    I'd make the following change(s):

    open your stylesheet.css (includes/templates/my_own_template/css/stylesheet.css)

    #mainWrapper {
    margin: 0 auto;
    background-color: transparent;
    text-align: left;
    width: 980px;
    vertical-align: top;
    }

    And lets tweak your header image

    #logoWrapper{
    margin:0 auto;
    padding:0;
    background: url(../images/DentalCardHeader.gif) no-repeat;
    position: relative;
    height:190px;/* This should be the same height and your header image*/
    width:530px;
    text-align: center;
    }

  7. #17
    Join Date
    Nov 2009
    Location
    Los Angeles
    Posts
    16
    Plugin Contributions
    0

    Default Re: minimal carts - maximum customization?

    header logo still seems to want to go to the left, and it also looks like there's a transparent column there on the left. Meanwhile I'm still trying to wrangle colors/transparency of page elements. And those damn Home links in horizontal bars - albeit transparent - won't go away.

    You must have the pateince of a saint, Clyde :)

  8. #18
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: minimal carts - maximum customization?

    Quote Originally Posted by adville View Post
    header logo still seems to want to go to the left, and it also looks like there's a transparent column there on the left. Meanwhile I'm still trying to wrangle colors/transparency of page elements. And those damn Home links in horizontal bars - albeit transparent - won't go away.

    You must have the pateince of a saint, Clyde :)

    open your stylesheet.css (includes/templates/my_own_template/css/stylesheet.css)

    make the following changes

    #logoWrapper{
    margin:0 auto;
    padding:0;
    background: url(../images/DentalCardHeader.gif) center center no-repeat;
    position: relative;
    height:190px;/* This should be the same height and your header image*/
    text-align: center;
    }

  9. #19
    Join Date
    Nov 2009
    Location
    Los Angeles
    Posts
    16
    Plugin Contributions
    0

    Default Re: minimal carts - maximum customization?

    that centered it

  10. #20
    Join Date
    Nov 2009
    Location
    Los Angeles
    Posts
    16
    Plugin Contributions
    0

    Default Re: minimal carts - maximum customization?

    also - i now understand that the header is indeed central and spans the entire width of the page, while the left of the two visible columns below is also center aligned: it's just that it has a column to the right too.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Minimal Information for Downloadable Products
    By RicM in forum Managing Customers and Orders
    Replies: 5
    Last Post: 25 May 2011, 07:21 AM
  2. Maximum Package Weight You Will Ship - Maximum?
    By WellCool in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 25 Nov 2010, 04:00 PM
  3. minimal payment information?
    By Certainly confused in forum Addon Payment Modules
    Replies: 2
    Last Post: 14 Oct 2010, 07:42 PM
  4. Minimal amount on an order
    By KirShtoltz in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2009, 03:23 AM
  5. Minimal Customer Information at checkout
    By Sbross in forum Managing Customers and Orders
    Replies: 1
    Last Post: 12 Mar 2007, 12:04 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