Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

    Default CSS questions........

    and yes I have searched. I can't believe I could not find them in search.

    1. I would like the price of the item to be above the cart buttom on the product display. I have edited both the css and product display:

    /*Shopping Cart Display*/
    #cartAdd {
    float: left;
    text-align: left;
    margin: 1em;
    padding: 1em;
    }

    It is just slightly off and it is driving me nuts!


    2. The image for header is leaning towards the left. I did find some threads on white line but it did not help.

    Thanks.

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

    Default Re: CSS questions........

    cart add alignment:
    you have got the right ID
    Code:
    /*Shopping Cart Display*/
    #cartAdd {
    float: left;
    text-align: left;
    margin: 1em;
    padding: 1em;
    }
    Try adjusting to this
    Code:
    /*Shopping Cart Display*/
    #cartAdd {
    float: left;
    text-align: left;
    margin: 0em;
    padding: 0em;
    }
    and maybe if you think that this is too close
    Code:
    /*Shopping Cart Display*/
    #cartAdd {
    float: left;
    text-align: left;
    margin-top: 3em;
    padding: 0em;
    }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

    Default Re: CSS questions........

    Perfect! YOU rock, once again :)

 

 

Similar Threads

  1. 2 quick (hopefully) css questions
    By customk1 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Aug 2010, 10:44 PM
  2. couple of CSS questions
    By Badvoc in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 10 Sep 2008, 01:15 PM
  3. Layout / CSS questions
    By mgrunk in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 28 Feb 2007, 10:45 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