Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2009
    Posts
    52
    Plugin Contributions
    0

    Default Can move Paypa; button up and down but how about right to left?

    Thanks,

    I can move the Paypal button on tpl_shopping_cart_default.php up and down by copy and paste the module where I want it on the shopping cart page but I cannot figure out how to move if from right to left. Can any help or provide hints?

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Can move Paypa; button up and down but how about right to left?

    Yeah, you can do this with the stylesheet. If you are talking about the button that I think you are talking about then you can add this to the bottom of your stylesheet:
    Code:
    #PPECbutton{margin-left:130px}
    Adjust the 130px to whatever you want.

    If you want it to sit on the right hand side you could add:

    Code:
    #PPECbutton{float:right;}

  3. #3
    Join Date
    Jul 2009
    Posts
    52
    Plugin Contributions
    0

    Default Re: Can move Paypa; button up and down but how about right to left?

    Thanks,
    Thats great!

    How did you know to call it #PPECbutton?

    I assume I can tweal the google checkout and amazon checkout buttons if I know what to call them

  4. #4
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Can move Paypa; button up and down but how about right to left?

    To find the correct name either:

    1. Look in the source code. In firefox this is VIEW>>>PAGE SOURCE or CTRL U. In internet explorer it is VIEW>>>SOURCE.

    In this case you are looking for:

    <div id="PPECbutton" class="buttonRow">


    2. Use Firefox and install an add-on called web developer toolbar. This allows you to hover over an element and it will tell you its ID and class. Among other useful functions. This toolbar is a must-have.

  5. #5
    Join Date
    Jul 2009
    Posts
    52
    Plugin Contributions
    0

    Default Re: Can move Paypa; button up and down but how about right to left?

    Thanks,

    Adjusting the Paypal button for the shopping cart page causes the Paypal button on the login page to move to a different position under the login box.

    How can I move the logos on one page but keep them where they were on another page?

  6. #6
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Can move Paypa; button up and down but how about right to left?

    OOOOPS. Lets make it a bit more specific:

    Code:
    #shoppingcartBody #PPECbutton{margin-left:130px}
    will only effect the #PPECbutton that is inside #shoppingcartBody.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 25 Jan 2013, 07:34 AM
  2. Move the sidebox left to right and right to left(shrink the site)
    By navido in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 30 Nov 2009, 08:51 PM
  3. PayPal Express Button Image -how do I get it to move to the right side, not the left?
    By Mike_Dean in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Oct 2009, 04:46 AM
  4. Specials on left displaying right name but link and image are not right
    By carollehmanncl in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 29 Oct 2008, 02:42 AM
  5. How to move header search box from right to left side
    By BuyPerformanceParts in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Sep 2007, 01:39 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