Results 1 to 5 of 5
  1. #1
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Alignment for Add to Cart making me crazy!

    Can anyone tell me how to make my add to cart information line up eveenly horizontally, if you peak you can see the word Quantity, the quantity box and the add to cart button are all sitting on different levels....I cannot figure out for the life of me how to get them to sit at an even level?!?!?!

    You can view here:

    http://www.ilovephotogifts.com/index...roducts_id=470

    I know it is something easy...but cant find it!

    Thanks in advance as always!!!!!!!!!!!!!!!

    Jill
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  2. #2
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Alignment for Add to Cart making me crazy!

    I don't know the answer to the question you posed LOL but I did notice your category links in the sidebox jump something horrid when I hover over them, you have different line heights for the hover and normal.....might want to make them the same or if you just delete the lines I highlighted in red you'll still get the different color on hover, unless you wanted them to jump lol :)

    Code:
    a.category-top, a.category-top:visited {
        color: #888888;
            font-family: helvetica;
            font-weight: bold;             
            font-size: 13px;         
        padding: 2px 2px 2px 2px;
        line-height: 25px;
    }
    
    a.category-top:hover {
    color: #94bf5d;
        text-decoration: none;
        padding: 2px 2px 2px 2px;
        line-height: 20px;
    }
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  3. #3
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: Alignment for Add to Cart making me crazy!

    the box and the button have a bottom margin

    form, select, input {stylesheet_new.cs... (line 113)
    font-size:0.9em;
    margin:0.2em 0.2em 10px;

    if you change it you'll probably get something lining up funny somewhere else.

    I have to confess to not remembering exactly how to do this but I think you can copy the stylesheet lines to assign only to the div id you want to change
    <div id="cartAdd">

    #cartAdd form, select, input
    font-size:0.9em;
    margin:0.2em 0.2em


    good tools to diagnose this stuff - firefox/webdevelopertoolkit add-on and Firebug (the greatest invention since Al Gore) Aardvark helps too - but Firebug is the bomb
    Last edited by wasana; 30 Jul 2008 at 06:03 PM. Reason: edit

  4. #4
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Alignment for Add to Cart making me crazy!

    Thank you so much guys! Got both problems fixed!!!! Thank you so much!!!
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  5. #5
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Alignment for Add to Cart making me crazy!

    You're welcome, and your site is gorgeous, I love the greens lol
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. Replies: 4
    Last Post: 9 Oct 2011, 02:22 PM
  2. alignment prob add to cart
    By maxy007 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Feb 2011, 10:10 AM
  3. IE6&IE7 are making me crazy...
    By ctrobia in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Mar 2010, 01:10 PM
  4. Add To Cart - making me crazy!
    By jill8026 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Jun 2009, 10:56 PM
  5. Making Zen and a CMS share a login system - possible? impossible? crazy?
    By spidersilk in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 13 Feb 2007, 05:25 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