Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    96
    Plugin Contributions
    0

    Default payment section CHECKOUT - text info overlapping with boarder

    Hi guys,

    just a small problem with my checkout section.

    when go on to
    Step 1 of 3 - Delivery Information and rest of pages through to page 3


    my text is not aligning correctly

    i have used firefox to find the problem

    .forward, #shoppingCartDefault #PPECbutton {
    float: right;

    which corrects the problem if i delete the float right section

    the only problem i have is if i do this my login home section at the top of my page goes to the middle and i want it to stay at the right. ive messed around but just cant figure this one out. I know its something simple but this has stumped me

    Also thats guys for recommened firefox addons, it has saved me alot of hours in work

    my page is

    www.sinners-accessories.com/store_files/catalog/

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: payment section CHECKOUT - text info overlapping with boarder

    Quote Originally Posted by BrookieWookie View Post
    .forward, #shoppingCartDefault #PPECbutton {
    float: right;

    which corrects the problem if i delete the float right section

    the only problem i have is if i do this my login home section at the top of my page goes to the middle and i want it to stay at the right. ive messed around but just cant figure this one out. I know its something simple but this has stumped me
    After you do the following above. Add this to your override stylesheet
    #navMain ul {
    float: right;
    }

  3. #3
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    96
    Plugin Contributions
    0

    Default Re: payment section CHECKOUT - text info overlapping with boarder

    THANKYOU THANKYOU THANKYOU

    i knew it was something basic but i was just stumped on it.

    the only other problem im having now with page 2 in the checkout, is the prices and the total/subtoal/postage is not aligning together, price is on left side and total on right, its not that big a deal but it is bugging me.
    if anyone could help me with this its a bonus

    thanks again haredo, your a legend

  4. #4
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    96
    Plugin Contributions
    0

    Default Re: payment section CHECKOUT - text info overlapping with boarder

    ok i figured out the total box problem, just incase anyone else needs to fix it

    change

    .lineTitle, .amount
    {
    text-align: right;
    padding-top: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;



    to



    .lineTitle, .amount
    {
    text-align: left;
    padding-top: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;

 

 

Similar Threads

  1. v154 Overlapping Payment Method/Comments section on checkout confirmation
    By tp1687 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Jan 2016, 07:08 AM
  2. v139h overlapping image on checkout with canada post module
    By phlipper in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Sep 2012, 03:12 PM
  3. Losing customers... problems with payment section?
    By systemist in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 17 Dec 2011, 02:27 AM
  4. Using Template and Having trouble with overlapping text
    By kdipaolo in forum Addon Templates
    Replies: 9
    Last Post: 2 Dec 2011, 09:25 PM
  5. Issues with Product info page: my product image is overlapping the product name, etc
    By wmorris in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 May 2011, 06:30 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